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

Commit 0546ca92 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '21662c96fa9d107a60f4ce98f7179264c972b142':
  Cut ripple background alpha in half
parents 68518ddb 33ae07ab
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;