[Android] Get video scrollbar back
Geoffrey Métais
git at videolan.org
Sun Jun 5 11:53:24 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Sun Jun 5 11:52:19 2016 +0200| [1813938778b6c345337bf0c6a43b09cb586d8434] | committer: Geoffrey Métais
Get video scrollbar back
> https://code.videolan.org/videolan/vlc-android/commit/1813938778b6c345337bf0c6a43b09cb586d8434
---
vlc-android/res/layout/video_grid.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/video_grid.xml b/vlc-android/res/layout/video_grid.xml
index 1fde42c..e286d7d 100644
--- a/vlc-android/res/layout/video_grid.xml
+++ b/vlc-android/res/layout/video_grid.xml
@@ -16,6 +16,7 @@
android:scrollbarStyle="outsideInset"
android:numColumns="auto_fit"
android:fastScrollEnabled="true"
+ android:scrollbars="vertical"
android:fadingEdge="none"
android:stretchMode="none"
android:gravity="center"
More information about the Android
mailing list