File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22---
33
4+ ### Version 1.0.6
5+
6+ - 添加代码中动态调整参数的接口
7+ - ` MagicProgressBar ` 支持配置进度条右侧是圆弧还是平面
8+
49### Version 1.0.2
510
611- library删除对v7的引用
Original file line number Diff line number Diff line change 1313` build.gradle ` 中配置:
1414
1515```
16- compile 'com.liulishuo.magicprogresswidget:library:1.0.2 '
16+ compile 'com.liulishuo.magicprogresswidget:library:1.0.6 '
1717```
1818
1919> 建议参考github中的demo
@@ -51,6 +51,13 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.2'
5151
5252> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5353
54+ | 参数 | 含义 | 默认值 |
55+ | :--- | :--- | :--- |
56+ | mpb_percent | 填充的百分比[ 0, 1] | 0 |
57+ | mpb_fill_color | 填充进度的颜色 | 0 |
58+ | mpb_background_color | 进度背景的颜色 | 0 |
59+ | mpb_flat | 填充的进度条右侧是否是平面(不是平面就是圆弧) | false |
60+
5461## III. LICENSE
5562
5663```
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.0.2
2- VERSION_CODE =3
1+ VERSION_NAME =1.0.6
2+ VERSION_CODE =6
33BUILD_TOOLS_VERSION =23.0.1
44COMPILE_SDK_VERSION =23
55
You can’t perform that action at this time.
0 commit comments