File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22---
33
4+ ## Version 1.0.9
5+
6+ _ 2016-04-21_
7+
8+ - ` MagicProgressBar ` 与` MagicProgressCircle ` 添加Smooth-Progress-Duration功能: ` setSmoothPercent(percent:float, durationMillis:long):void ` ,可以在指定时间范围内平滑的滚动到指定的百分比
9+
410## Version 1.0.8
511
612- ` MagicProgressBar ` 与` MagicProgressCircle ` 添加Smooth-Progress功能: ` setSmoothPercent(percent:float):void `
Original file line number Diff line number Diff line change 1414` build.gradle ` 中配置:
1515
1616```
17- compile 'com.liulishuo.magicprogresswidget:library:1.0.8 '
17+ compile 'com.liulishuo.magicprogresswidget:library:1.0.9 '
1818```
1919
2020> 建议参考github中的demo
@@ -56,6 +56,7 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
5656> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5757
5858> 支持平滑过渡: ` setSmoothPercent(percent:float):void `
59+ > 支持指定时间的平滑过渡: ` setSmoothPercent(percent:float, durationMillis:long):void `
5960
6061| 参数 | 含义 | 默认值 |
6162| :--- | :--- | :--- |
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.0.8
2- VERSION_CODE =8
1+ VERSION_NAME =1.0.9
2+ VERSION_CODE =9
33BUILD_TOOLS_VERSION =23.0.1
44COMPILE_SDK_VERSION =23
55
You can’t perform that action at this time.
0 commit comments