File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-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.8
5
+
6
+ - ` MagicProgressBar ` 与` MagicProgressCircle ` 添加Smooth-Progress功能: ` setSmoothPercent(percent:float):void `
7
+
4
8
## Version 1.0.7
5
9
6
10
- 修复` MagicProgressBar ` 在进度操作左侧的左半球时,在进度条下面多画了左侧球体的右半球部分
Original file line number Diff line number Diff line change 14
14
` build.gradle ` 中配置:
15
15
16
16
```
17
- compile 'com.liulishuo.magicprogresswidget:library:1.0.7 '
17
+ compile 'com.liulishuo.magicprogresswidget:library:1.0.8 '
18
18
```
19
19
20
20
> 建议参考github中的demo
@@ -41,6 +41,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
41
41
42
42
#### 1. Magic Progress Circle
43
43
44
+ > 支持平滑过渡: ` setSmoothPercent(percent:float):void `
45
+
44
46
| 参数 | 含义 | 默认值 |
45
47
| :--- | :--- | :--- |
46
48
| mpc_percent | 填充的百分比[ 0, 1] | 0 |
@@ -53,6 +55,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
53
55
54
56
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
55
57
58
+ > 支持平滑过渡: ` setSmoothPercent(percent:float):void `
59
+
56
60
| 参数 | 含义 | 默认值 |
57
61
| :--- | :--- | :--- |
58
62
| mpb_percent | 填充的百分比[ 0, 1] | 0 |
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.7
2
- VERSION_CODE =7
1
+ VERSION_NAME =1.0.8
2
+ VERSION_CODE =8
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