From 5b816f0cbd057776a0220bea094279dd7f908eef Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Mon, 11 Feb 2013 12:22:20 +0100 Subject: [PATCH] Make space between from, to and cc consistently sized. --- res/layout/message_view_header.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml index 71afcc8b1..007e85f87 100644 --- a/res/layout/message_view_header.xml +++ b/res/layout/message_view_header.xml @@ -105,7 +105,7 @@ android:layout_alignLeft="@+id/from" android:layout_alignBaseline="@+id/to" android:paddingTop="4dp" - android:paddingRight="4dp" + android:paddingRight="2dp" android:text="@string/message_to_label" android:textColor="?android:attr/textColorPrimary" android:textAppearance="@android:style/TextAppearance.Medium" @@ -119,7 +119,7 @@ android:layout_below="@+id/from" android:maxLines="2" android:ellipsize="end" - android:paddingBottom="4dp" + android:paddingTop="2dp" android:textColor="?android:attr/textColorSecondary" android:textAppearance="@android:style/TextAppearance.Medium" /> @@ -132,7 +132,7 @@ android:layout_alignLeft="@+id/to_label" android:layout_alignBaseline="@+id/cc" android:paddingRight="4dp" - android:paddingTop="4dp" + android:paddingTop="2dp" android:text="@string/message_view_cc_label" android:textColor="?android:attr/textColorPrimary" android:textStyle="bold" @@ -146,8 +146,7 @@ android:layout_below="@+id/to" android:maxLines="2" android:ellipsize="end" - android:paddingRight="4dp" - android:paddingTop="4dp" + android:paddingTop="2dp" android:textColor="?android:attr/textColorSecondary" android:textAppearance="@android:style/TextAppearance.Medium" />