摘要: 新建RoundProgressBar class RoundProgressBar : View { private val paint = Paint() var max = 100 //最大进度 var progress = 0 //当前进度 取值范围 0-max set(value) { fi 阅读全文
posted @ 2019-07-22 16:46 荣超 阅读(448) 评论(0) 推荐(0)