Fix some color issues with Inline Reply
Bug: 27706728 Change-Id: I2401297d38379ed6a4128b26f71f1a051f18bc8f Fixes: 27706728
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user