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

Commit 3a3125de authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Decrease Vol Panel Transparency

As I was kindly told at dinner...160 is aparently too transparent. Bump to 208,
 50% of difference of previous value and 255.

Change-Id: I938d0e37b5807c83d25a35e2fb08fcdfb02db18f
parent 042e0879
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;