mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-24 22:51:48 -05:00
MessageList: Switch subject to marquee ellipsis for landscape layout
Replicate the ellipsis change for the regular layout made on commit 90ef6781d40408a7de04f12bb25cc081d9a45dde
This commit is contained in:
parent
9b0ce3c75a
commit
5b5b35b902
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user