时间:2021-07-01 10:21:17 帮助过:21人阅读
Path path = new Path();
path.moveTo(left, top);
path.lineTo(right-radius, top);
path.quadTo(right,top,right, top+radius);
我写过一个控件lzyzsd/CircleProgress · GitHubpublic void drawArc (RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint)
circleprogress