Fix broken layout with super long artist names

This commit is contained in:
Karim Abou Zeid 2018-05-18 13:42:31 +02:00
commit 4b665d6185
5 changed files with 10 additions and 2 deletions

View file

@ -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"