From f5f9f5e8d20c66084bfd8dd9493cc65857391dcd Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 24 Jan 2010 20:41:46 +0000 Subject: [PATCH] Fix checkbox width issue on Android 1.5 --- res/layout-land/message_list_item.xml | 2 +- res/layout/message_list_item.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout-land/message_list_item.xml b/res/layout-land/message_list_item.xml index 7469b8935..0e518c7c1 100644 --- a/res/layout-land/message_list_item.xml +++ b/res/layout-land/message_list_item.xml @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:button="@drawable/checkbox_small" android:layout_centerVertical="true" - android:layout_centerHorizontal="true" + android:layout_alignParentLeft="true" android:focusable="false" android:visibility="gone" /> diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index 9c8c7c5cd..c50c35c5d 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -22,7 +22,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" />