Make checkbox and star more easily selected

Fixes bug # 2149033
This commit is contained in:
Andrew Stadler 2009-09-27 17:04:37 -07:00
parent 386153695b
commit 2c6e2f72b1

View File

@ -45,8 +45,9 @@ public class MessageListItem extends RelativeLayout {
private int mCheckRight;
private int mStarLeft;
private final static float CHECKMARK_PAD = 5.0F;
private final static float STAR_PAD = 5.0F;
// Padding to increase clickable areas on left & right of each list item
private final static float CHECKMARK_PAD = 10.0F;
private final static float STAR_PAD = 10.0F;
public MessageListItem(Context context) {
super(context);