From b702c67529020dc793ef4d838063ff680476be99 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 25 Jan 2010 03:39:12 +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" />