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

Commit 156a7b86 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updated tonal palette algorithm"

parents 0d836877 097a6767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class GradientDrawable extends Drawable {
        // (avoiding banding) by merging the background solid color into
        // the gradient directly
        RadialGradient radialGradient = new RadialGradient(x, y, radius,
                mMainColor, mSecondaryColor, Shader.TileMode.CLAMP);
                mSecondaryColor, mMainColor, Shader.TileMode.CLAMP);
        mPaint.setShader(radialGradient);
    }

+273 −32

File changed.

Preview size limit exceeded, changes collapsed.