From 14b4b28fa0cb86132ecaa3300b9c1dd94c578889 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 8 Feb 2013 21:22:23 -0500 Subject: [PATCH] relayout the message header area --- res/layout/message_view_header.xml | 395 +++++++++++++++-------------- 1 file changed, 209 insertions(+), 186 deletions(-) diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml index cb366797d..f91998600 100644 --- a/res/layout/message_view_header.xml +++ b/res/layout/message_view_header.xml @@ -1,224 +1,247 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + android:layout_width="match_parent" + android:background="@color/message_view_header_background" + android:layout_height="wrap_content" + android:orientation="vertical"> + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> + android:id="@+id/chip" + android:layout_width="6dip" + android:layout_height="match_parent" + android:layout_marginRight="6dip"/> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + android:layout_height="wrap_content" + android:singleLine="false" + android:ellipsize="none" + android:textColor="?android:attr/textColorSecondary" + android:textAppearance="?android:attr/textAppearanceSmall" android:layout_margin="10dp" + android:textIsSelectable="true"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="1dip" + android:layout_width="match_parent" + android:layout_alignParentLeft="true" + android:layout_below="@id/additional_headers_view" + android:background="@drawable/divider_horizontal_email"/> + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:gravity="right" + android:paddingLeft="6dip" + android:paddingRight="6dip" + android:paddingTop="4dip" + android:baselineAligned="false">