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

Commit 9baddff6 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Roll back qs_theme parent

So it uses the same colors and ripple as before.
Make sure that we have the correct homeAsUpIndicator.

Test: visual, light and dark mode
Fixes: 133418725

Change-Id: I8e6afb8803afdecfa435761be2293536a0b11be0
parent 738c9823
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -312,11 +312,12 @@
        <item name="*android:errorColor">?android:attr/colorError</item>
    </style>

    <style name="qs_theme" parent="@style/Theme.SystemUI">
    <style name="qs_theme" parent="@*android:style/Theme.DeviceDefault.QuickSettings">
        <item name="lightIconTheme">@style/QSIconTheme</item>
        <item name="darkIconTheme">@style/QSIconTheme</item>
        <item name="android:colorError">@*android:color/error_color_material_dark</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:homeAsUpIndicator">@drawable/ic_arrow_back</item>
    </style>

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