[Android] Fix scrolling issue on the browse screen for small devices

Nicolas Pomepuy git at videolan.org
Tue Dec 15 11:24:54 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Dec 11 08:39:17 2020 +0100| [c25589199bbae4060f6ed2e1c0aec4d7d7788f68] | committer: Nicolas Pomepuy

Fix scrolling issue on the browse screen for small devices

Fixes #1575

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

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

diff --git a/application/vlc-android/res/layout/main_browser_fragment.xml b/application/vlc-android/res/layout/main_browser_fragment.xml
index aa620a0a4..1e5ff5942 100644
--- a/application/vlc-android/res/layout/main_browser_fragment.xml
+++ b/application/vlc-android/res/layout/main_browser_fragment.xml
@@ -28,7 +28,8 @@
 
     <androidx.constraintlayout.widget.ConstraintLayout
             android:layout_width="match_parent"
-            android:layout_height="match_parent">
+            android:layout_height="match_parent"
+            android:paddingBottom="48dp">
 
 
         <org.videolan.vlc.gui.view.TitleListView



More information about the Android mailing list