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

Commit f7807bf5 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am fe0b773c: Make the action bar dark in DarkActionBar theme

* commit 'fe0b773cd787b7326729d06d8e54c341f5cb12a6':
  Make the action bar dark in DarkActionBar theme
parents e7da1c5e 2987eefe
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" />