Dashed Circular Progress

介绍:

可以在加载虚线圆圈里面添加自己图片的加载控件

运行效果:

使用说明:

<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>
已下载
0