mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 06:25:06 -05:00
Don't eillipsize dates in message view; right justify it, too
This commit is contained in:
parent
c3739bb43b
commit
961f1bd2d9
@ -115,6 +115,7 @@
|
||||
android:layout_weight="0.1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
>
|
||||
<CheckBox android:id="@+id/flagged"
|
||||
android:layout_width="wrap_content"
|
||||
@ -128,6 +129,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:singleLine="true"
|
||||
android:textSize="10sp"
|
||||
android:ellipsize="none"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<TextView android:id="@+id/time"
|
||||
|
Loading…
Reference in New Issue
Block a user