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

MessageList: Switch subject to marquee ellipsis for landscape layout

Replicate the ellipsis change for the regular layout made on commit
90ef6781d4
This commit is contained in:
Fiouz 2011-06-07 01:37:22 +02:00
parent 9b0ce3c75a
commit 5b5b35b902

View File

@ -64,7 +64,7 @@
android:layout_toLeftOf="@+id/date" />
<TextView
android:id="@+id/subject"
android:ellipsize="end"
android:ellipsize="marquee"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorPrimary"