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 11# Change Log
22---
33
4+ ## Version 1.0.8
5+
6+ - ` MagicProgressBar ` 与` MagicProgressCircle ` 添加Smooth-Progress功能: ` setSmoothPercent(percent:float):void `
7+
48## Version 1.0.7
59
610- 修复` MagicProgressBar ` 在进度操作左侧的左半球时,在进度条下面多画了左侧球体的右半球部分
Original file line number Diff line number Diff line change 1414` build.gradle ` 中配置:
1515
1616```
17- compile 'com.liulishuo.magicprogresswidget:library:1.0.7 '
17+ compile 'com.liulishuo.magicprogresswidget:library:1.0.8 '
1818```
1919
2020> 建议参考github中的demo
@@ -41,6 +41,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
4141
4242#### 1. Magic Progress Circle
4343
44+ > 支持平滑过渡: ` setSmoothPercent(percent:float):void `
45+
4446| 参数 | 含义 | 默认值 |
4547| :--- | :--- | :--- |
4648| mpc_percent | 填充的百分比[ 0, 1] | 0 |
@@ -53,6 +55,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
5355
5456> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5557
58+ > 支持平滑过渡: ` setSmoothPercent(percent:float):void `
59+
5660| 参数 | 含义 | 默认值 |
5761| :--- | :--- | :--- |
5862| 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
33BUILD_TOOLS_VERSION =23.0.1
44COMPILE_SDK_VERSION =23
55
You can’t perform that action at this time.
0 commit comments