Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11da6f64 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro
Browse files

Set fastscroll text color to black

Bug: 17701329

The fastscroll background inherits from the colorControlActivated,
which is now set to white, so the text shouldn't be white anymore.

Change-Id: I0a02b6a8a9db509f0d2170fc93a16cb4b8b384b3
parent bd5898e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>