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

Commit adb50762 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Fix some color issues with Inline Reply" into nyc-dev

am: bac198dd

* commit 'bac198dd':
  Fix some color issues with Inline Reply
parents bfcad70e bac198dd
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">