一个支持Material风格的ProgressBar,支持自定义风格,颜色等...

LoadingView

简介

一个模仿ProgressBar的加载动画,支持自定义颜色,风格(支持Linear和Material风格),支持设置圆环宽度等.

Demo

一个支持Material风格的ProgressBar,支持自定义风格,颜色等..._第1张图片
screenshot.gif

Git地址

https://github.com/dudu90/LoadingView

使用方法

Gradle

    compile 'com.pitt.loading.library:library:0.8'

Maven


  com.pitt.loading.library
  library
  0.8
  pom

然后在xml中加入如下代码:


attributes参数含义:

Name Type Default Description
color color 0xFF0099CC The Ring's Color
progress_style enum material The Ring's style when execute animation
ring_radius dimension 15dp The Ring's radius
ring_style enum square The ring's style(the paint's Cap)
ring_width dimension 3.5dp The ring's width

email

[email protected]

你可能感兴趣的:(一个支持Material风格的ProgressBar,支持自定义风格,颜色等...)