Fix text scroll

This commit is contained in:
h4h13 2019-10-26 13:41:08 +05:30
parent e75246ff46
commit 7576a024a6
23 changed files with 138 additions and 90 deletions

View file

@ -30,7 +30,7 @@
android:paddingEnd="16dp">
<com.google.android.material.textview.MaterialTextView
android:id="@+id/playerTitle"
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
@ -46,7 +46,7 @@
tools:text="Title" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/playerText"
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"