一个模仿android L中载入视图的控件。可自定义控件的颜色、边框长度、动画时间。项目地址:https://github.com/dodocat/CircularProgress 效果图:如何使用<org.quanqi.circularprogress.CircularProgressView
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_margin="8dp"/>属性说明<declare-styleable name="CircularProgressView">
<attr name="borderWidth" format="dimension" /> // 圆弧边框的宽度
<attr name="colorSequence" format="reference" /> //设置圆环颜色序列,
<attr name="sweepAnimationDurationMillis" format="integer" /> //每种颜色的圆环从最小长度到最大长度的动画时间
<attr name="angleAnimationDurationMillis" format="integer" /> //所有颜色的圆环都完成所需的动画时间
<attr name="minSweepAngle" format="integer" /> //圆弧的最短状态时的角度
</declare-styleable>
评论0
最新资源