【开源】CircularProgressView

CircularProgressView

 

使用说明:

 添加依赖:

1
2
3
dependencies {
    compile 'com.github.rahatarmanahmed:circularprogressview:1.0.0'
}

将CircularProgressView 添加进布局文件中:

1
2
3
4
5
6
<com.github.rahatarmanahmed.cpv.CircularProgressView
    android:id="@+id/progress_view"
    android:layout_width="40dp"
    android:layout_height="40dp"
    app:cpv_indeterminate="true"/>

 

相关代码

  • CircleProgress
  • ZProgressHUD
  • FireZenk-s-ProgressBar
  • CircularBarPager
  • Dashed Circular Progress

posted on 2015-04-15 09:29  wasdchenhao  阅读(383)  评论(0)    收藏  举报

导航