Fix bug where marquee text stopped scrolling.

fork-5.53.8
Alex Hart 2021-07-16 09:23:47 -03:00
rodzic a47448b6c6
commit 94658e9090
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:textAppearance="@style/Signal.Text.Body"
app:layout_constraintStart_toEndOf="@+id/image_container"