Merge change 27350 into eclair

* changes:
  Make checkbox and star more easily selected
This commit is contained in:
Android (Google) Code Review 2009-09-27 20:28:41 -04:00
commit e6a8d98e9e
1 changed files with 3 additions and 2 deletions

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);