version:
update:2021-10-11 21:25:51 fix bug:
This commit is contained in:
@@ -148,6 +148,7 @@ public class NiceImageView extends AppCompatImageView {
|
||||
paint.setAntiAlias(true);
|
||||
paint.setStyle(Paint.Style.FILL);
|
||||
paint.setXfermode(xfermode);
|
||||
//9.0及以上系统图片一次圆一次方的解决办法
|
||||
if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.O_MR1) {
|
||||
canvas.drawPath(path, paint);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user