mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix bug where marquee text stopped scrolling.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user