aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-03-21 15:58:42 -0700
committerScott Jackson <daneren2005@gmail.com>2015-03-21 15:58:42 -0700
commit167232f1dc8d469d32d1525c39f6c46cc57ff58f (patch)
treee1861bd229bda362fe02fcc4a93ec834b8d6efbb /res
parentaf9562f49e4b671a2796ab1714ed0c8d4a543201 (diff)
downloaddsub-167232f1dc8d469d32d1525c39f6c46cc57ff58f.tar.gz
dsub-167232f1dc8d469d32d1525c39f6c46cc57ff58f.tar.bz2
dsub-167232f1dc8d469d32d1525c39f6c46cc57ff58f.zip
Put scrollbar on outside of padding so quick scrolling doesn't make album menu hard to hit
Diffstat (limited to 'res')
-rw-r--r--res/layout/grid_view.xml3
1 files changed, 2 insertions, 1 deletions
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