From 251d3fe2bfea890c63d4bbd8774d0a5852c26eb8 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 12 Sep 2012 00:18:31 -0400 Subject: [PATCH] layout pass to add our list-item menu button, move the chip inline with the subject. (most refactoring courtesy of eclipse) --- res/layout/message_list_item.xml | 141 +++++++++++++++++-------------- 1 file changed, 77 insertions(+), 64 deletions(-) diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index 4967ad63a..8ae9e9986 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -1,94 +1,107 @@ - + android:paddingTop="5dip" > - - - + android:id="@+id/checkbox_wrapper" + android:layout_width="wrap_content" + android:layout_height="fill_parent" + android:layout_alignParentLeft="true" + android:textColor="?android:attr/textColorPrimary" > - - + + + - - - + android:layout_toRightOf="@+id/checkbox_wrapper" + android:background="@android:color/transparent" /> + android:singleLine="true" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorPrimary" /> + android:singleLine="false" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorPrimary" /> + + + + + + + +