From 5338aea100b9cff72997a81285263f2be4d4afb4 Mon Sep 17 00:00:00 2001 From: Bao-Long Nguyen-Trong Date: Tue, 17 Nov 2009 05:59:32 +0000 Subject: [PATCH] Making the date column a bit wider to fully view time timestamp and view more of the date in landscape mode --- res/layout-land/message_list_item.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/layout-land/message_list_item.xml b/res/layout-land/message_list_item.xml index 2ed4df13c..fe69c72f1 100644 --- a/res/layout-land/message_list_item.xml +++ b/res/layout-land/message_list_item.xml @@ -19,7 +19,7 @@ android:textAppearance="?android:attr/textAppearanceSmall" android:singleLine="true" android:textColor="?android:attr/textColorPrimary" - android:layout_width="50dip" + android:layout_width="70dip" android:layout_height="wrap_content" android:layout_alignParentRight="true" /> -