From 167232f1dc8d469d32d1525c39f6c46cc57ff58f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 21 Mar 2015 15:58:42 -0700 Subject: Put scrollbar on outside of padding so quick scrolling doesn't make album menu hard to hit --- res/layout/grid_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/grid_view.xml') diff --git a/res/layout/grid_view.xml b/res/layout/grid_view.xml index 7690d975..9058d0b9 100644 --- a/res/layout/grid_view.xml +++ b/res/layout/grid_view.xml @@ -10,4 +10,5 @@ android:gravity="center" android:stretchMode="columnWidth" android:padding="20px" - android:fastScrollEnabled="true"/> \ No newline at end of file + android:fastScrollEnabled="true" + android:scrollbarStyle="outsideOverlay"/> \ No newline at end of file -- cgit v1.2.3