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

Don't eillipsize dates in message view; right justify it, too

This commit is contained in:
Jesse Vincent 2010-06-09 01:56:07 +00:00
parent c3739bb43b
commit 961f1bd2d9

View File

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