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

Commit c58f9d08 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by android-build-merger
Browse files

Merge "Roll back qs_theme parent" into qt-dev am: 935147be am: 40be229b

am: fa8c8ae8

Change-Id: Idf32c2cdec47421386a0a41f431659059871adf5
parents 0eb057b0 fa8c8ae8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -314,11 +314,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">