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

Commit 76df5442 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Move the alpha value to the correct bits" into main

parents 84a27c74 053c97c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind

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

    private static final int SCRIM_ALPHA = 0xcc0000; // 80% alpha
    private static final int SCRIM_ALPHA = 0xcc000000; // 80% alpha

    public static final ColorViewAttributes STATUS_BAR_COLOR_VIEW_ATTRIBUTES =
            new ColorViewAttributes(FLAG_TRANSLUCENT_STATUS,