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

Commit fe95b2fd authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Revert "Fix fallback scrim colors for blur"

This reverts commit 702cd25c.

Reason for revert: Not the right solution here, so hence reverting for now.

Change-Id: Ide7fefac4e4a63d61d78afa1bf9cc776b642ff6a
parent 702cd25c
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -123,6 +123,10 @@
    <color name="shade_panel_base">@android:color/system_accent1_800</color>
    <color name="shade_panel_base">@android:color/system_accent1_800</color>
    <color name="notification_scrim_base">@android:color/system_accent1_800</color>
    <color name="notification_scrim_base">@android:color/system_accent1_800</color>


    <!-- Dark theme fallback colors for notification shade/scrim -->
    <color name="shade_panel_fallback">@android:color/system_accent2_800</color>
    <color name="notification_scrim_fallback">@android:color/system_surface_dim_dark</color>

    <!-- Keyboard shortcut helper dialog -->
    <!-- Keyboard shortcut helper dialog -->
    <color name="ksh_key_item_color">@*android:color/system_on_surface_variant_dark</color>
    <color name="ksh_key_item_color">@*android:color/system_on_surface_variant_dark</color>
</resources>
</resources>
+2 −2
Original line number Original line Diff line number Diff line
@@ -38,8 +38,8 @@
    <color name="notification_scrim_base">@android:color/system_accent1_100</color>
    <color name="notification_scrim_base">@android:color/system_accent1_100</color>


    <!-- Fallback colors for notification shade/scrim -->
    <!-- Fallback colors for notification shade/scrim -->
    <color name="shade_panel_fallback">@android:color/system_accent2_800</color>
    <color name="shade_panel_fallback">@android:color/system_accent2_200</color>
    <color name="notification_scrim_fallback">@android:color/system_surface_dim_dark</color>
    <color name="notification_scrim_fallback">@android:color/system_surface_dim_light</color>


    <!-- The color of the background in the separated list of the Global Actions menu -->
    <!-- The color of the background in the separated list of the Global Actions menu -->
    <color name="global_actions_separated_background">#F5F5F5</color>
    <color name="global_actions_separated_background">#F5F5F5</color>