图片毛玻璃区块涂鸦马赛克手指涂鸦效果如果图片过大可能出现直接强制退出的情况,支持毛玻璃效果、区块整体涂鸦、马赛克方格、跟随手指涂鸦效果使用方法:
xml布局:
android:id="@ id/iv_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@ id/ll_options"
android:background="@color/grey_3"
android:contentDescription="@string/app_name" />
java源码:
mvImage.setSrcPath(filePath);
mvImage.clear();
mvImage.setEffect(Effect.BLUR);
mvImage.setMosaicColor(0xFF4D4D4D);
mvImage.setMode(Mode.PATH);
1