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

Commit ed9fa424 authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Use DeviceDefault.Settings.Dark for systemui_theme

It was using DeviceDefault which is black in AOSP. It should be using
the blue grey primary color instead used by DeviceDefault.Settings.

Bug: 30748928
Change-Id: I7e7ed87f74f654f412c106a44906d7fba4e992dc
parent 1b6e3e48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
    <style name="Animation.StatusBar">
    </style>

    <style name="systemui_theme" parent="@android:style/Theme.DeviceDefault" />
    <style name="systemui_theme" parent="@*android:style/Theme.DeviceDefault.Settings.Dark" />

    <style name="systemui_theme_remote_input" parent="@android:style/Theme.DeviceDefault.Light">
        <item name="android:colorAccent">@color/remote_input_accent</item>