From 018fb895bd8c78eab6b4f68d807f78f8ecb8801a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 25 Jan 2010 03:41:49 +0000 Subject: [PATCH] Fix checkboxes for message_list_item_touchable. --- res/layout/message_list_item_touchable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/message_list_item_touchable.xml b/res/layout/message_list_item_touchable.xml index d24665ac5..b05db7548 100644 --- a/res/layout/message_list_item_touchable.xml +++ b/res/layout/message_list_item_touchable.xml @@ -21,7 +21,7 @@ android:layout_height="wrap_content" android:button="@drawable/checkbox" android:layout_centerVertical="true" - android:layout_centerHorizontal="true" + android:layout_alignParentLeft="true" android:focusable="false" android:visibility="gone" />