aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_recycler_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/abstract_recycler_fragment.xml')
-rw-r--r--app/src/main/res/layout/abstract_recycler_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml
index 2537d222..4cd618e6 100644
--- a/app/src/main/res/layout/abstract_recycler_fragment.xml
+++ b/app/src/main/res/layout/abstract_recycler_fragment.xml
@@ -20,7 +20,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="vertical"
- android:paddingRight="6dp"/>
+ android:paddingRight="@dimen/FastScroller.LeftAlignedMargin"/>
<github.daneren2005.dsub.view.FastScroller
android:id="@+id/fragment_fast_scroller"