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

Commit 97b34a94 authored by Mady Mellor's avatar Mady Mellor
Browse files

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
parent 5e8a3030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;