Fix broken layout with super long artist names
This commit is contained in:
parent
83e2d4edeb
commit
4b665d6185
5 changed files with 10 additions and 2 deletions
|
|
@ -89,6 +89,8 @@
|
|||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
||||
<TextView
|
||||
android:ellipsize="end"
|
||||
android:maxLines="@integer/detail_header_tile_maxLines"
|
||||
android:id="@+id/artist_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue