From bad67d5e173824c76b2ec35450d6cdbadfec1352 Mon Sep 17 00:00:00 2001 From: cketti Date: Mon, 26 Apr 2010 17:10:46 +0000 Subject: [PATCH] - Changing the order of the date and subject TextViews in the XML file should fix the overlapping text issues - Prettified message_list_item_touchable.xml Fixes issue 1350 --- res/layout/message_list_item_touchable.xml | 127 ++++++++++----------- 1 file changed, 62 insertions(+), 65 deletions(-) diff --git a/res/layout/message_list_item_touchable.xml b/res/layout/message_list_item_touchable.xml index 59564bd24..5629676b9 100644 --- a/res/layout/message_list_item_touchable.xml +++ b/res/layout/message_list_item_touchable.xml @@ -3,83 +3,80 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="?android:attr/listPreferredItemHeight" - android:background="#cccccc" android:paddingTop="2dip" - > + android:background="#ccc" > + - - - - - + + + + + + + + + android:layout_alignParentRight="true" + android:layout_alignParentBottom="true" + android:layout_gravity="bottom" + style="?android:attr/starStyle" + android:focusable="false" /> + - + android:layout_alignParentRight="true" + android:layout_alignParentTop="true" + android:paddingLeft="5dip" + android:singleLine="true" + android:textColor="?android:attr/textColorSecondary" + android:textAppearance="?android:attr/textAppearanceSmall" /> + + + -