- 在xml中设置
//设置圆角度数
fresco:roundedCornerRadius="50dp"
//设置左下角不进行圆角化
fresco:roundBottomLeft="false"
//设置右下角不进行圆角化
fresco:roundBottomRight="false"
//填充颜色(黄色**看下图)
fresco:roundWithOverlayColor="#FFFF23"
//边界线宽度
fresco:roundingBorderWidth="1dp"
//边界线颜色(黑色**看下图)
fresco:roundingBorderColor="#000000"
- 显示效果
时间: 2024-10-08 16:10:35