[Android] Minimal height for subtitles picker

Geoffrey Métais git at videolan.org
Thu Aug 9 17:56:13 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Aug  9 17:55:52 2018 +0200| [631a730c2f796637e182986aaebe0c5bf12696c5] | committer: Geoffrey Métais

Minimal height for subtitles picker

> https://code.videolan.org/videolan/vlc-android/commit/631a730c2f796637e182986aaebe0c5bf12696c5
---

 vlc-android/res/layout/file_picker_activity.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/file_picker_activity.xml b/vlc-android/res/layout/file_picker_activity.xml
index c8bace40c..fa2b45b80 100644
--- a/vlc-android/res/layout/file_picker_activity.xml
+++ b/vlc-android/res/layout/file_picker_activity.xml
@@ -4,7 +4,8 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:orientation="vertical"
     android:layout_width="@dimen/default_content_width"
-    android:layout_height="@dimen/file_picker_height">
+    android:layout_height="@dimen/file_picker_height"
+    android:minHeight="320dp">
     <ImageView
         android:id="@+id/button_home"
         android:layout_width="48dp"



More information about the Android mailing list