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

Commit c3f7756a authored by Adrian Roos's avatar Adrian Roos
Browse files

DecorView: Adjust light scrim

Fixes: 132939499
Test: Verify edge-to-edge-ified share sheet has an appropriate scrim
Change-Id: Ic0274ba2f9f3c36ec436fe5dab172efd13158e16
parent f1a7433a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -126,7 +126,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
    // The height of a window which has not in DIP.
    // The height of a window which has not in DIP.
    private final static int DECOR_SHADOW_UNFOCUSED_HEIGHT_IN_DIP = 5;
    private final static int DECOR_SHADOW_UNFOCUSED_HEIGHT_IN_DIP = 5;


    private static final int SCRIM_LIGHT = 0x99ffffff; // 60% white
    private static final int SCRIM_LIGHT = 0xe6ffffff; // 90% white


    public static final ColorViewAttributes STATUS_BAR_COLOR_VIEW_ATTRIBUTES =
    public static final ColorViewAttributes STATUS_BAR_COLOR_VIEW_ATTRIBUTES =
            new ColorViewAttributes(SYSTEM_UI_FLAG_FULLSCREEN, FLAG_TRANSLUCENT_STATUS,
            new ColorViewAttributes(SYSTEM_UI_FLAG_FULLSCREEN, FLAG_TRANSLUCENT_STATUS,