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
This commit is contained in:
Andrew Sapperstein
2016-09-12 16:17:21 -07:00
parent 1b6e3e4824
commit ed9fa424e9

View File

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