MLImageViewDemo icon indicating copy to clipboard operation
MLImageViewDemo copied to clipboard

自定义图片类,实现圆角,圆形,按下效果等

Results 1 MLImageViewDemo issues
Sort by recently updated
recently updated
newest added

当没有margin的时候你的边框会出现问题 这样画就可以了 ```JAVA private void drawBorder(Canvas canvas){ if(borderWidth > 0){ borderPath.reset(); final int width = getWidth(); final int height = getHeight(); if (shapeType == 0) { final float halfBorderWidth =...