Fix bug where marquee text stopped scrolling.
This commit is contained in:
parent
a47448b6c6
commit
94658e9090
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue