summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml')
-rw-r--r--app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml b/app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml
index 6801a9698..3ec6f30b0 100644
--- a/app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml
+++ b/app/src/main/res/layouts/mastodon/layout/fragment_pagination.xml
@@ -38,7 +38,8 @@
android:layout_height="wrap_content"
android:clipToPadding="false"
android:paddingBottom="6dp"
- android:scrollbars="none" />
+ android:scrollbarThumbVertical="?colorPrimary"
+ android:scrollbars="vertical" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>