Fix bug where marquee text stopped scrolling.

This commit is contained in:
Alex Hart 2021-07-16 09:23:47 -03:00
parent a47448b6c6
commit 94658e9090

View file

@ -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"