Merge "Revert "Enable dithering on RippleDrawable"" into sc-dev

This commit is contained in:
Lucas Dupin
2021-05-27 19:07:56 +00:00
committed by Android (Google) Code Review

View File

@@ -1193,9 +1193,6 @@ public class RippleDrawable extends LayerDrawable {
mRipplePaint = new Paint();
mRipplePaint.setAntiAlias(true);
mRipplePaint.setStyle(Paint.Style.FILL);
if (mState.mRippleStyle == STYLE_PATTERNED) {
mRipplePaint.setDither(true);
}
}
final float x = mHotspotBounds.exactCenterX();