mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Make space between from, to and cc consistently sized.
This commit is contained in:
parent
98737149c1
commit
5b816f0cbd
@ -105,7 +105,7 @@
|
|||||||
android:layout_alignLeft="@+id/from"
|
android:layout_alignLeft="@+id/from"
|
||||||
android:layout_alignBaseline="@+id/to"
|
android:layout_alignBaseline="@+id/to"
|
||||||
android:paddingTop="4dp"
|
android:paddingTop="4dp"
|
||||||
android:paddingRight="4dp"
|
android:paddingRight="2dp"
|
||||||
android:text="@string/message_to_label"
|
android:text="@string/message_to_label"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:textAppearance="@android:style/TextAppearance.Medium"
|
android:textAppearance="@android:style/TextAppearance.Medium"
|
||||||
@ -119,7 +119,7 @@
|
|||||||
android:layout_below="@+id/from"
|
android:layout_below="@+id/from"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:paddingBottom="4dp"
|
android:paddingTop="2dp"
|
||||||
android:textColor="?android:attr/textColorSecondary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:textAppearance="@android:style/TextAppearance.Medium" />
|
android:textAppearance="@android:style/TextAppearance.Medium" />
|
||||||
|
|
||||||
@ -132,7 +132,7 @@
|
|||||||
android:layout_alignLeft="@+id/to_label"
|
android:layout_alignLeft="@+id/to_label"
|
||||||
android:layout_alignBaseline="@+id/cc"
|
android:layout_alignBaseline="@+id/cc"
|
||||||
android:paddingRight="4dp"
|
android:paddingRight="4dp"
|
||||||
android:paddingTop="4dp"
|
android:paddingTop="2dp"
|
||||||
android:text="@string/message_view_cc_label"
|
android:text="@string/message_view_cc_label"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
@ -146,8 +146,7 @@
|
|||||||
android:layout_below="@+id/to"
|
android:layout_below="@+id/to"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:paddingRight="4dp"
|
android:paddingTop="2dp"
|
||||||
android:paddingTop="4dp"
|
|
||||||
android:textColor="?android:attr/textColorSecondary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:textAppearance="@android:style/TextAppearance.Medium" />
|
android:textAppearance="@android:style/TextAppearance.Medium" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user