aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fast_scroller.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-12-20 14:19:04 -0800
committerScott Jackson <daneren2005@gmail.com>2015-12-20 14:19:04 -0800
commit7eafff0b9a5c389aa9575235821a85dd5487ac7d (patch)
tree375b86b2741bbb85d46af68acac242e330296314 /app/src/main/res/layout/fast_scroller.xml
parentb3cab61a025e1d828785b930e59721c4dbe62a08 (diff)
downloaddsub-7eafff0b9a5c389aa9575235821a85dd5487ac7d.tar.gz
dsub-7eafff0b9a5c389aa9575235821a85dd5487ac7d.tar.bz2
dsub-7eafff0b9a5c389aa9575235821a85dd5487ac7d.zip
Tweak the FastScroller for more room to grab
Diffstat (limited to 'app/src/main/res/layout/fast_scroller.xml')
-rw-r--r--app/src/main/res/layout/fast_scroller.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fast_scroller.xml b/app/src/main/res/layout/fast_scroller.xml
index b2e244e3..bfe990dd 100644
--- a/app/src/main/res/layout/fast_scroller.xml
+++ b/app/src/main/res/layout/fast_scroller.xml
@@ -18,8 +18,8 @@
<ImageView
android:id="@+id/fastscroller_handle"
android:layout_width="wrap_content"
- android:layout_marginRight="8dp"
- android:layout_marginLeft="8dp"
+ android:layout_marginRight="4dp"
+ android:layout_marginLeft="12dp"
android:layout_height="wrap_content"
android:src="@drawable/fast_scroller_handle"/>
</merge> \ No newline at end of file