Fix some color issues with Inline Reply

Bug: 27706728
Change-Id: I2401297d38379ed6a4128b26f71f1a051f18bc8f
Fixes: 27706728
This commit is contained in:
Adrian Roos
2016-03-16 18:37:27 -07:00
parent 213e355c77
commit 8a27cdf890
2 changed files with 4 additions and 2 deletions

View File

@@ -155,6 +155,8 @@
<color name="default_remote_input_background">@*android:color/notification_default_color</color>
<color name="remote_input_hint">#4dffffff</color>
<color name="remote_input_accent">#eeeeee</color>
<color name="qs_tile_tint_unavailable">#40ffffff</color>
<color name="qs_tile_tint_inactive">#4dffffff</color>
<color name="qs_tile_tint_active">#ffffffff</color>

View File

@@ -201,8 +201,8 @@
<item name="android:colorControlActivated">@color/system_accent_color</item>
</style>
<style name="systemui_theme_remote_input" parent="@android:style/Theme.DeviceDefault">
<item name="android:colorControlActivated">@android:color/white</item>
<style name="systemui_theme_remote_input" parent="@android:style/Theme.DeviceDefault.Light">
<item name="android:colorAccent">@color/remote_input_accent</item>
</style>
<style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog">