LoadingButton
a simple animattion
Install / Use
/learn @CSnowStack/LoadingButtonREADME
LoadingButton
a simple animattion
预览

Attributes
name | format | description :--------|:--------:|:-------- lbtn_text | string | 文字 lbtn_textSize | dimension | 文字大小 lbtn_textColor | color | 文字颜色 lbtn_backgroundColor | color | 背景色 lbtn_loadingCircleColor | color | 中间Loading的颜色 lbtn_loadingFailedReset | boolean | 加载失败是否重置 默认 True lbtn_loadingSuccessReset | boolean | 加载成功是否重置 默认 False
Add the dependency
dependencies {
compile 'com.cq.csnowstack:loadingbutton:1.0.0'
}
TODO
- 支持
padding - 增加更漂亮的动画
