【开源】Dashed Circular Progress

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>

 

相关代码

  • CircleProgress
  • ZProgressHUD
  • FireZenk-s-ProgressBar
  • CircularBarPager
  • CircularProgressView

posted on 2015-04-21 10:11  wasdchenhao  阅读(343)  评论(0)    收藏  举报

导航