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

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

Merge "Revert "Fix fallback scrim colors for blur"" into main

parents 8376d092 fe95b2fd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -123,6 +123,10 @@
    <color name="shade_panel_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 -->
    <color name="ksh_key_item_color">@*android:color/system_on_surface_variant_dark</color>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
    <color name="notification_scrim_base">@android:color/system_accent1_100</color>

    <!-- 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>
    <color name="shade_panel_fallback">@android:color/system_accent2_200</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 -->
    <color name="global_actions_separated_background">#F5F5F5</color>