ZzHorizontalProgressBar icon indicating copy to clipboard operation
ZzHorizontalProgressBar copied to clipboard

round_rect模式,进度条会超出边框

Open mos1128 opened this issue 2 years ago • 1 comments

当高度>30dp,进度<10时,出现

mos1128 avatar May 27 '22 09:05 mos1128

这其实是已知问题,因为用 drawRoundRect 实现的,貌似属于 Android 绘制的设计问题,当宽度小于圆角大小时,圆角就变小了。你有没有什么好的实现方式可以提出来。

zhouzhuo810 avatar Aug 19 '22 01:08 zhouzhuo810