圆形进度条倒计时动画
attrs
<declare-styleable name="CountDownCircleProgress">
<!--进度值-->
<attr name="donut_progress" format="float" />
<!--设置最大进度值 默认100-->
<attr name="donut_max" format="integer" />
<!--已经完成进度颜色-->
<attr name="donut_unfinished_color" format="color" />
<!--未完成进度颜色-->
<attr name="donut_finished_color" format="color" />
<!--进度条宽-->
<attr name="donut_finished_stroke_width" format="dimension" />
<attr name="donut_unfinished_stroke_width" format="dimension" />
<!--内圆背景色-->
<attr name="donut_background_color" format="color" />
<!--开始角度-->
<attr name="donut_circle_starting_degree" format="integer" />
</declare-styleable>
