自定义圆弧进度条
RectF rectBlackBg1 = new RectF(15, 15, mWidth - 15, mHeight - 15); canvas.drawArc(rectBlackBg1, 145, 250, false, mPaint); mPaint.setStrokeWidth((float) 40.0); RectF rectBlackBg = new RectF(40, 40, mWidth - 40, mHeight - 40); canvas.drawArc(rectBlackBg, 145, 250, false, mPaint);
文件列表
prograssDemo.zip
(预估有个93文件)
library
.project
843B
project.properties
584B
src
com
readystatesoftware
systembartint
SystemBarTintManager.java
20KB
AndroidManifest.xml
323B
res
暂无评论