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

Commit fc44c5cc authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Decrease Vol Panel Transparency" into cm-11.0

parents 25aceb6b 3a3125de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class VolumePanel extends Handler implements OnSeekBarChangeListener, Vie
    public static final int VOLUME_OVERLAY_EXPANDED = 2;
    public static final int VOLUME_OVERLAY_NONE = 3;

    private static final int TRANSLUCENT_START_LEVEL = 160;
    private static final int TRANSLUCENT_START_LEVEL = 208;
    private static final int TRANSLUCENT_TO_OPAQUE_DURATION = 400;

    protected Context mContext;