Merge "Darken notification scrim" into rvc-dev am: f1ed02a503 am: 436702a328

Change-Id: I70ad133eeb47c8c30930e0d882a083e3a1e8018a
This commit is contained in:
TreeHugger Robot
2020-05-31 03:03:41 +00:00
committed by Automerger Merge Worker

View File

@@ -117,7 +117,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, OnCo
* The default scrim under the shade and dialogs. * The default scrim under the shade and dialogs.
* This should not be lower than 0.54, otherwise we won't pass GAR. * 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. * Same as above, but when blur is supported.