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

Commit 8a27cdf8 authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix some color issues with Inline Reply

Bug: 27706728
Change-Id: I2401297d38379ed6a4128b26f71f1a051f18bc8f
Fixes: 27706728
parent 213e355c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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">