From 8c6451046867d67298f69f239d3f196a1bcacd95 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Wed, 6 Jun 2018 16:47:32 +0200
Subject: [PATCH] Improve fastscroll theming

---
 app/src/main/res/values/styles_widgets.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app/src/main/res/values/styles_widgets.xml b/app/src/main/res/values/styles_widgets.xml
index 1619899fc..bedd3bf6d 100644
--- a/app/src/main/res/values/styles_widgets.xml
+++ b/app/src/main/res/values/styles_widgets.xml
@@ -301,12 +301,13 @@
   </style>
 
   <style name="Widget.FastScroller" parent="">
+    <item name="fastScrollPopupBackgroundSize">62dp</item>
     <item name="fastScrollPopupBgColor">?colorAccent</item>
     <item name="fastScrollPopupTextColor">?colorTextPrimaryInverse</item>
-    <item name="fastScrollThumbColor">?colorAccent</item>
     <item name="fastScrollPopupTextSize">32dp</item>
-    <item name="fastScrollPopupBackgroundSize">62dp</item>
-    <item name="fastScrollAutoHide">false</item>
+    <item name="fastScrollThumbColor">?colorAccent</item>
+    <item name="fastScrollThumbInactiveColor">?colorDivider</item>
+    <item name="fastScrollTrackColor">?colorDivider</item>
   </style>
 
   <!-- NavigationDrawerLayout -->
-- 
GitLab