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 1
1
# Change Log
2
2
---
3
3
4
+ ### Version 1.0.6
5
+
6
+ - 添加代码中动态调整参数的接口
7
+ - ` MagicProgressBar ` 支持配置进度条右侧是圆弧还是平面
8
+
4
9
### Version 1.0.2
5
10
6
11
- library删除对v7的引用
Original file line number Diff line number Diff line change 13
13
` build.gradle ` 中配置:
14
14
15
15
```
16
- compile 'com.liulishuo.magicprogresswidget:library:1.0.2 '
16
+ compile 'com.liulishuo.magicprogresswidget:library:1.0.6 '
17
17
```
18
18
19
19
> 建议参考github中的demo
@@ -51,6 +51,13 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.2'
51
51
52
52
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
53
53
54
+ | 参数 | 含义 | 默认值 |
55
+ | :--- | :--- | :--- |
56
+ | mpb_percent | 填充的百分比[ 0, 1] | 0 |
57
+ | mpb_fill_color | 填充进度的颜色 | 0 |
58
+ | mpb_background_color | 进度背景的颜色 | 0 |
59
+ | mpb_flat | 填充的进度条右侧是否是平面(不是平面就是圆弧) | false |
60
+
54
61
## III. LICENSE
55
62
56
63
```
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
3
3
BUILD_TOOLS_VERSION =23.0.1
4
4
COMPILE_SDK_VERSION =23
5
5
You can’t perform that action at this time.
0 commit comments