File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
### [ 旧版本(2.x/1.x版)中文说明文档] ( https://github.com/Bigkoo/Android-PickerView/wiki/%E6%97%A7%E9%A1%B9%E7%9B%AE%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3%EF%BC%88old-version-1.x-2.x%E7%89%88%E6%9C%AC%EF%BC%89 )
30
30
31
+ ## V3.0.9版本更新说明(2017-3-13)
32
+ * 优化:多分辨率适配,修复低分辨率手机下显示偏差问题
33
+ * 优化:将系统返回键点击事件封装到BasePickerView,免去在Activity中重写onKeyDown方法。
31
34
32
35
## V3.0.8版本更新说明(2017-3-7)
33
36
* 修复timepicker只能在初始化时设置一次默认选中时间的问题
51
54
52
55
### Gradle
53
56
``` java
54
- compile ' com.contrarywind:Android-PickerView:3.0.8 '
57
+ compile ' com.contrarywind:Android-PickerView:3.0.9 '
55
58
// compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
56
59
```
57
60
OR
60
63
< dependency>
61
64
< groupId> com. contrarywind< / groupId>
62
65
< artifactId> Android - PickerView</ artifactId>
63
- < version> 3.0 . 8 < / version>
66
+ < version> 3.0 . 9 < / version>
64
67
< type> pom< / type>
65
68
< / dependency>
66
69
```
You can’t perform that action at this time.
0 commit comments