kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix bug where marquee text stopped scrolling.
rodzic
a47448b6c6
commit
94658e9090
|
@ -20,6 +20,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAppearance="@style/Signal.Text.Body"
|
android:textAppearance="@style/Signal.Text.Body"
|
||||||
app:layout_constraintStart_toEndOf="@+id/image_container"
|
app:layout_constraintStart_toEndOf="@+id/image_container"
|
||||||
|
|
Ładowanie…
Reference in New Issue