Skip to content
Snippets Groups Projects
Commit 0b7110b3 authored by Alexandre Perraud's avatar Alexandre Perraud Committed by Jean-Baptiste Kempf
Browse files

Audio Browser : Set title on 2 lines


fix #12100

(cherry picked from commit a45915a1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5c7e08c7
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="middle"
android:maxLines="1"
android:singleLine="false"
android:ellipsize="end"
android:maxLines="2"
android:text="@{media.title ?? item.mTitle}"
android:fontFamily="sans-serif-light"
android:textColor="?attr/list_title"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment