[Android] Get video scrollbar back
Geoffrey Métais
git at videolan.org
Sun Jun 5 11:55:00 CEST 2016
vlc-android | branch: 2.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Sun Jun 5 11:52:19 2016 +0200| [8327318b24ab231a65a595c745caccbae6a1e1d0] | committer: Geoffrey Métais
Get video scrollbar back
(cherry picked from commit 1813938778b6c345337bf0c6a43b09cb586d8434)
> https://code.videolan.org/videolan/vlc-android/commit/8327318b24ab231a65a595c745caccbae6a1e1d0
---
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