【开源】CircularProgressView
CircularProgressView
- https://github.com/rahatarmanahmed/CircularProgressView
介绍:
CircularProgressView 是通过自定义view的方式实现的Material风格的加载提示控件,因此也可以兼容任何版本。运行效果:
![]()
使用说明:
添加依赖:
|
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"/> |
posted on 2015-04-15 09:29 wasdchenhao 阅读(383) 评论(0) 收藏 举报

浙公网安备 33010602011771号