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

Commit 62430abd authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Darken notification scrim

Now that we have text headers without fully opaque
backgrounds, the scrim needs to be more opaque to ensure
contrast.

Fixes: 157664534
Test: manual, look at screen and check bugreport logs
Change-Id: Icbb2d0d7dc63fe5e68987dff9ca89f932d12c89f
parent 8d3583e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, OnCo
     * The default scrim under the shade and dialogs.
     * This should not be lower than 0.54, otherwise we won't pass GAR.
     */
    public static final float BUSY_SCRIM_ALPHA = 0.75f;
    public static final float BUSY_SCRIM_ALPHA = 0.85f;

    /**
     * Same as above, but when blur is supported.