Make checkbox and star more easily selected
Fixes bug # 2149033
This commit is contained in:
parent
386153695b
commit
2c6e2f72b1
@ -45,8 +45,9 @@ public class MessageListItem extends RelativeLayout {
|
|||||||
private int mCheckRight;
|
private int mCheckRight;
|
||||||
private int mStarLeft;
|
private int mStarLeft;
|
||||||
|
|
||||||
private final static float CHECKMARK_PAD = 5.0F;
|
// Padding to increase clickable areas on left & right of each list item
|
||||||
private final static float STAR_PAD = 5.0F;
|
private final static float CHECKMARK_PAD = 10.0F;
|
||||||
|
private final static float STAR_PAD = 10.0F;
|
||||||
|
|
||||||
public MessageListItem(Context context) {
|
public MessageListItem(Context context) {
|
||||||
super(context);
|
super(context);
|
||||||
|
Loading…
Reference in New Issue
Block a user