aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fast_scroller.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-12-23 17:13:01 -0800
committerScott Jackson <daneren2005@gmail.com>2015-12-23 17:13:01 -0800
commitb2b5439d1faa8ed5f095404df003f0d70ddf3236 (patch)
tree9f1763f579816d7381fb0aa7d0f82a73927ead46 /app/src/main/res/layout/fast_scroller.xml
parent64d352511f7ad2ae5927b9f3a5e482f1b6eeaad1 (diff)
downloaddsub-b2b5439d1faa8ed5f095404df003f0d70ddf3236.tar.gz
dsub-b2b5439d1faa8ed5f095404df003f0d70ddf3236.tar.bz2
dsub-b2b5439d1faa8ed5f095404df003f0d70ddf3236.zip
Make scrollbar margins a bit wider on tablets
Diffstat (limited to 'app/src/main/res/layout/fast_scroller.xml')
-rw-r--r--app/src/main/res/layout/fast_scroller.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fast_scroller.xml b/app/src/main/res/layout/fast_scroller.xml
index bfe990dd..4d37ca63 100644
--- a/app/src/main/res/layout/fast_scroller.xml
+++ b/app/src/main/res/layout/fast_scroller.xml
@@ -18,7 +18,7 @@
<ImageView
android:id="@+id/fastscroller_handle"
android:layout_width="wrap_content"
- android:layout_marginRight="4dp"
+ android:layout_marginRight="@dimen/FastScroller.RightMargin"
android:layout_marginLeft="12dp"
android:layout_height="wrap_content"
android:src="@drawable/fast_scroller_handle"/>