From d94f40295bdfa7683130e3b886f86601bbbcafef Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 19 Dec 2010 02:05:10 +0000 Subject: [PATCH] Slightly better padding around checkboxes in the touchable view --- res/layout/message_list_item_touchable.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/layout/message_list_item_touchable.xml b/res/layout/message_list_item_touchable.xml index f88abe5a8..a072b8d5d 100644 --- a/res/layout/message_list_item_touchable.xml +++ b/res/layout/message_list_item_touchable.xml @@ -16,17 +16,18 @@ android:layout_alignBottom="@+id/preview" android:layout_centerVertical="true" android:layout_alignParentLeft="true" - android:layout_marginRight="2dip" + android:layout_marginRight="4dip" android:paddingLeft="6dip" android:background="@android:color/transparent" >