Expand hit-area for checkbox and star on message list

Bug 2561779

Change-Id: I4b71d48c9440e0f3c308fbe8ff16ada04b9df54e
This commit is contained in:
Makoto Onuki 2010-09-28 16:56:53 -07:00
parent 072f680682
commit e33a317db0
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ public class MessageListItem extends RelativeLayout {
private int mStarLeft;
// 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;
private final static float CHECKMARK_PAD = 20.0F;
private final static float STAR_PAD = 20.0F;
public MessageListItem(Context context) {
super(context);