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

Commit 9477f6b2 authored by Prince Donkor's avatar Prince Donkor Committed by Android (Google) Code Review
Browse files

Merge "Increase status bar icon shadow alpha values for better contrast" into main

parents a67ea890 182a8ff4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ public class AmbientStatusBarView extends ConstraintLayout {
    private ShadowInfo mAmbientShadowInfo;
    private int mDrawableSize;
    private int mDrawableInsetSize;
    private static final float KEY_SHADOW_ALPHA = 0.35f;
    private static final float AMBIENT_SHADOW_ALPHA = 0.4f;
    private static final float KEY_SHADOW_ALPHA = 0.8f;
    private static final float AMBIENT_SHADOW_ALPHA = 0.6f;

    public AmbientStatusBarView(Context context) {
        this(context, null);