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
This commit is contained in:
Fabian Kozynski
2019-05-23 15:41:49 -04:00
parent 738c98232c
commit 9baddff6d5

View File

@@ -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">