File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
* 有时间和选项这两种选择器
9
9
* 选项选择器支持三级联动
10
- * 时间选择器支持选择年份范围
10
+ * 时间选择器支持起始和终止日期设定
11
11
* 支持“年,月,日,时,分,秒”,“省,市,区”等选项的单位(label)显示、隐藏和自定义。
12
12
* 支持自定义文字、颜色、文字大小等属性
13
13
* 支持背景颜色更换,有夜间模式需求的问题可以解决了
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
+
32
+ ## V3.1.0版本更新说明(2017-3-14)
33
+ * 修复:在自定义布局模式中,设置setOutSideCancelable无效问题
34
+ * 修复:在自定义布局模式中,设置Dialog出现异常情况
35
+
31
36
## V3.0.9版本更新说明(2017-3-13)
32
37
* 优化:多分辨率适配,修复低分辨率手机下显示偏差问题
33
38
* 优化:将系统返回键点击事件封装到BasePickerView,免去在Activity中重写onKeyDown方法。
54
59
55
60
### Gradle
56
61
``` java
57
- compile ' com.contrarywind:Android-PickerView:3.0.9 '
62
+ compile ' com.contrarywind:Android-PickerView:3.1.0 '
58
63
// compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
59
64
```
60
65
OR
63
68
< dependency>
64
69
< groupId> com. contrarywind< / groupId>
65
70
< artifactId> Android - PickerView</ artifactId>
66
- < version> 3.0 . 9 < / version>
71
+ < version> 3.1 . 0 < / version>
67
72
< type> pom< / type>
68
73
< / dependency>
69
74
```
You can’t perform that action at this time.
0 commit comments