summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mady Mellor <madym@google.com> 2023-08-07 11:22:50 -0700
committer Mady Mellor <madym@google.com> 2023-08-07 11:22:50 -0700
commit97b34a941db2fda951bc6bd0524e8102e9f2bb58 (patch)
treefb2a6e1215c5192a0e5067c1459596dfc253a086
parent5e8a303054ba843510d11bd5a835f38a5110d816 (diff)
Update bubbles scrim to be .32f as per visD
Test: manual - open a bubble in dark & light theme and observe the scrim opacity is lighter Bug: 294396107 Change-Id: I06384e90cde8b5ed6b2a4ca28095b8af4a196b69
-rw-r--r--libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java
index f58b121ae04f..4d757b2cea77 100644
--- a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java
+++ b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java
@@ -137,7 +137,7 @@ public class BubbleStackView extends FrameLayout
private static final int EXPANDED_VIEW_ALPHA_ANIMATION_DURATION = 150;
- private static final float SCRIM_ALPHA = 0.6f;
+ private static final float SCRIM_ALPHA = 0.32f;
/** Minimum alpha value for scrim when alpha is being changed via drag */
private static final float MIN_SCRIM_ALPHA_FOR_DRAG = 0.2f;