[Android] Don't add extra space for the scrollbar

Brais Gabín git at videolan.org
Mon Jan 14 16:15:29 CET 2019


vlc-android | branch: master | Brais Gabín <braisgabin at gmail.com> | Sun Jan 13 17:04:04 2019 +0100| [464fb459401e4beb9509158e7f914202c997f7b4] | committer: Geoffrey Métais

Don't add extra space for the scrollbar

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

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

 vlc-android/res/layout/video_grid.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/video_grid.xml b/vlc-android/res/layout/video_grid.xml
index 9b3ba0e1c..7d4418b22 100644
--- a/vlc-android/res/layout/video_grid.xml
+++ b/vlc-android/res/layout/video_grid.xml
@@ -33,7 +33,7 @@
             android:layout_height="match_parent"
             android:padding="@dimen/half_default_margin"
             android:clipToPadding="false"
-            android:scrollbarStyle="outsideInset"
+            android:scrollbarStyle="outsideOverlay"
             android:numColumns="auto_fit"
             android:fastScrollEnabled="true"
             android:scrollbars="vertical"



More information about the Android mailing list