Rongrkang
Results
2
comments of
Rongrkang
改了下 @Override protected void onDraw(Canvas canvas) { // 使用图形混合模式来显示指定区域的图片 int save = canvas.saveLayer(srcRectF, null, Canvas.ALL_SAVE_FLAG); if (!isCoverSrc) { float sx = 1.0f * (width - 2 * borderWidth - 2...
I have the same problem, 