aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fast_scroller.xml
diff options
context:
space:
mode:
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..4d37ca63 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="@dimen/FastScroller.RightMargin"
+ android:layout_marginLeft="12dp"
android:layout_height="wrap_content"
android:src="@drawable/fast_scroller_handle"/>
</merge> \ No newline at end of file