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

Commit df925616 authored by Rahul Banerjee's avatar Rahul Banerjee
Browse files

Fix color of shade scrim

Bug: 370555223
Test: Manual (build + flash)
Flag: com.android.systemui.notification_shade_blur
Change-Id: I5ecef3f7fcaa479cf08bc6505db2852851079ac8
parent 7da5f9ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

    <!-- Base colors for notification shade/scrim, the alpha component is adjusted programmatically
    to match the spec -->
    <color name="shade_panel_base">@android:color/system_accent1_900</color>
    <color name="shade_panel_base">@android:color/system_accent1_100</color>
    <color name="notification_scrim_base">@android:color/system_accent1_100</color>

    <!-- Fallback colors for notification shade/scrim -->