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

Commit 9c55aa56 authored by Marten Gajda's avatar Marten Gajda
Browse files

change action bar widget theme

parent b997059c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@
        <item name="android:icon">@android:color/transparent</item>
    </style>

    <style name="actionBarWidgetTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
    <style name="actionBarWidgetTheme" parent="@android:style/Theme.Holo">
        <item name="android:textColorHint">#80ffffff</item>
        <item name="android:textColor">#ffffffff</item>
        </style>

    <style name="task_progressbar" parent="android:Widget.Holo.ProgressBar.Horizontal"></style>