From 98737149c17632a3130dcd4c54eba2b1ba4ab7d5 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Mon, 11 Feb 2013 10:48:49 +0100 Subject: [PATCH] Fix message header layout issues. --- res/layout/message_view_header.xml | 143 +++++++++++++++-------------- 1 file changed, 72 insertions(+), 71 deletions(-) diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml index ee850a9b4..71afcc8b1 100644 --- a/res/layout/message_view_header.xml +++ b/res/layout/message_view_header.xml @@ -9,24 +9,23 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> + + android:text="@string/general_no_subject" + android:padding="8dp" /> + android:orientation="horizontal"> + android:layout_height="wrap_content" + android:orientation="vertical"> + + android:layout_marginTop="8dp" + android:layout_marginLeft="8dp" /> + + android:layout_below="@+id/contact_badge" + android:layout_centerHorizontal="true" + android:orientation="vertical"> + + android:layout_height="wrap_content" + android:padding="6dip" + android:layout_marginLeft="4dp"> + android:textStyle="bold" + android:text="@string/general_no_sender" /> + android:textStyle="bold" /> + android:textColor="?android:attr/textColorSecondary" + android:textAppearance="@android:style/TextAppearance.Medium" /> - + --> + - + android:textAppearance="@android:style/TextAppearance.Medium" /> + + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorSecondary" /> + - + android:checked="false" /> - + android:singleLine="false" + android:ellipsize="none" + android:textColor="?android:attr/textColorSecondary" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textIsSelectable="true" /> - - - - - -