[Android] Allow audio titles to show on 2 lines
Geoffrey Métais
git at videolan.org
Wed Feb 14 17:36:33 CET 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 14 12:49:28 2018 +0100| [3a408aed94a74fd00732307a044823ed8f9f40dd] | committer: Geoffrey Métais
Allow audio titles to show on 2 lines
(cherry picked from commit 918d874eda1abd7dd051dd4930412b8e1139f8f5)
> https://code.videolan.org/videolan/vlc-android/commit/3a408aed94a74fd00732307a044823ed8f9f40dd
---
vlc-android/res/layout/audio_browser_item.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/vlc-android/res/layout/audio_browser_item.xml b/vlc-android/res/layout/audio_browser_item.xml
index e694bd4e8..2e5aff839 100644
--- a/vlc-android/res/layout/audio_browser_item.xml
+++ b/vlc-android/res/layout/audio_browser_item.xml
@@ -61,10 +61,8 @@
android:layout_marginStart="@dimen/half_default_margin"
android:layout_marginLeft="@dimen/half_default_margin"
vlc:layout_constraintBottom_toTopOf="@+id/subtitle"
- android:singleLine="true"
- android:maxLines="1"
+ android:maxLines="2"
android:gravity="center_vertical"
- android:ellipsize="end"
vlc:alignMode="@{alignMode}"
android:text="@{item.title}"
android:fontFamily="sans-serif-light"
More information about the Android
mailing list