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

Commit 57ea0232 authored by Perry Wu's avatar Perry Wu Committed by Android (Google) Code Review
Browse files

Merge "Increase contrast of PIP menu controls" into main

parents 6947720e 4c988833
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ public class PipMenuView extends FrameLayout {
    private static final int POST_INTERACTION_DISMISS_DELAY = 2000;
    private static final long MENU_SHOW_ON_EXPAND_START_DELAY = 30;

    private static final float MENU_BACKGROUND_ALPHA = 0.3f;
    private static final float MENU_BACKGROUND_ALPHA = 0.54f;
    private static final float DISABLED_ACTION_ALPHA = 0.54f;

    private int mMenuState;