From 62430abd8996c9dca134ed253fc59120e3f902e4 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 29 May 2020 12:20:00 -0400 Subject: [PATCH] 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 --- .../com/android/systemui/statusbar/phone/ScrimController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java index 33997b9a5735f..00eab952c5044 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java @@ -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.