mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
Fixed the maximum length of the artist name
This commit is contained in:
@@ -36,7 +36,9 @@
|
|||||||
style="@style/ItemSubtitleTextView"
|
style="@style/ItemSubtitleTextView"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:ellipsize="end"
|
||||||
android:fontFamily="@font/opensans"
|
android:fontFamily="@font/opensans"
|
||||||
|
android:maxLines="1"
|
||||||
android:paddingStart="8dp"
|
android:paddingStart="8dp"
|
||||||
android:paddingEnd="8dp"
|
android:paddingEnd="8dp"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/player_header_button"
|
app:layout_constraintEnd_toStartOf="@+id/player_header_button"
|
||||||
|
|||||||
Reference in New Issue
Block a user