am 11da6f64: Set fastscroll text color to black

* commit '11da6f64ad7ce7e4a7707049a80ec9942b7dc34b':
  Set fastscroll text color to black
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7fb963e..eea3e16 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -110,6 +110,7 @@
     </style>
 
     <style name="FastScrollStyle" parent="@android:style/Widget.Material.FastScroll">
+        <item name="android:textColor">@color/black</item>
         <item name="android:padding">24dip</item>
     </style>