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

Commit 3a6932f4 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am fc505081: am b02f1a0a: am e76f1b82: am a9517205: am 21662c96: Merge "Cut...

am fc505081: am b02f1a0a: am e76f1b82: am a9517205: am 21662c96: Merge "Cut ripple background alpha in half" into lmp-dev

* commit 'fc505081716104526b938e720baef8d0c90e2e55':
  Cut ripple background alpha in half
parents d002e4f9 aeeb822b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ class RippleBackground {

    public void setup(int maxRadius, int color, float density) {
        mColorOpaque = color | 0xFF000000;
        mColorAlpha = Color.alpha(color);
        mColorAlpha = Color.alpha(color) / 2;

        if (maxRadius != RippleDrawable.RADIUS_AUTO) {
            mHasMaxRadius = true;