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

Commit 354c4722 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "DecorView: Adjust light scrim" into qt-dev am: d532ef56 am: 8c085104

am: b2e5b7f4

Change-Id: Idc667e962dbb4fa63de9ab4e76cbdf82a94bb97f
parents 76cdeef5 b2e5b7f4
Loading
Loading
Loading
Loading
+1 −1
Original line number 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.
    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 =
            new ColorViewAttributes(SYSTEM_UI_FLAG_FULLSCREEN, FLAG_TRANSLUCENT_STATUS,