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" /> + + + + + + + +