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

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

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

* commit 'a95172054bb02ebd5991e0242e1f7fccbb539ce9':
  Cut ripple background alpha in half
parents 38e85ec4 0546ca92
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;