Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df4d0905 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Limit marquee in QS tiles to 1

Test: manual
Fixes: 188855072
Change-Id: I6c1218d2c72248f8eba06ccb3d9eb7bbab22d9b1
parent 0245b5cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
        android:gravity="start"
        android:textDirection="locale"
        android:ellipsize="marquee"
        android:marqueeRepeatLimit="1"
        android:singleLine="true"
        android:textAppearance="@style/TextAppearance.QS.TileLabel"/>

@@ -43,6 +44,7 @@
        android:gravity="start"
        android:textDirection="locale"
        android:ellipsize="marquee"
        android:marqueeRepeatLimit="1"
        android:singleLine="true"
        android:visibility="gone"
        android:textAppearance="@style/TextAppearance.QS.TileLabel.Secondary"