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

Commit 2987eefe authored by Alan Viverette's avatar Alan Viverette
Browse files

Make the action bar dark in DarkActionBar theme

Change-Id: I9f574bac1446fab88c0db1c7f9a45f50f73e3311
parent 599176b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -733,6 +733,9 @@ please see themes_device_defaults.xml.
    <style name="Theme.Quantum.Light.DarkActionBar">
        <item name="actionBarWidgetTheme">@null</item>
        <item name="actionBarTheme">@style/ThemeOverlay.Quantum.Dark.ActionBar</item>

        <item name="colorPrimaryDark">@color/quantum_blue_grey_900</item>
        <item name="colorPrimary">@color/quantum_blue_grey_800</item>
    </style>

    <style name="ThemeOverlay" />