【开源】Dashed Circular Progress
Dashed Circular Progress
- https://github.com/glomadrian/dashed-circular-progress
介绍:
可以在加载虚线圆圈里面添加自己图片的加载控件运行效果:
![]()
使用说明:
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<com.github.glomadrian.dashedcircularprogress.DashedCircularProgress android:id="@+id/simple" android:layout_width="match_parent" android:layout_height="match_parent" custom:external_color="#1affffff" custom:base_color="#6effffff" custom:min="0" custom:max="999" custom:progress_color="#000000" custom:progress_icon="@drawable/my_awesome_icon" custom:duration="3500"> //Put here any view you like to be inside progress bar</com.github.glomadrian.dashedcircularprogress.DashedCircularProgress> |
posted on 2015-04-21 10:11 wasdchenhao 阅读(343) 评论(0) 收藏 举报

浙公网安备 33010602011771号