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