1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Make space between from, to and cc consistently sized.

This commit is contained in:
Danny Baumann 2013-02-11 12:22:20 +01:00
parent 98737149c1
commit 5b816f0cbd

View File

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