修改裁剪窗口默认背景颜色

- CropCanvasView背景设为蓝色
- ZoomContainerView背景设为黄色
This commit is contained in:
2026-04-28 09:24:57 +08:00
parent 1cca476acd
commit 8d62e7df21
3 changed files with 4 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ public class ZoomContainerView extends FrameLayout {
private void init() {
setWillNotDraw(false);
setBackgroundColor(Color.YELLOW);
borderPaint = new Paint();
borderPaint.setColor(Color.parseColor("#333333"));