diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-03-21 15:58:42 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-03-21 15:58:42 -0700 |
commit | 167232f1dc8d469d32d1525c39f6c46cc57ff58f (patch) | |
tree | e1861bd229bda362fe02fcc4a93ec834b8d6efbb | |
parent | af9562f49e4b671a2796ab1714ed0c8d4a543201 (diff) | |
download | dsub-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
-rw-r--r-- | res/layout/grid_view.xml | 3 |
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 |