Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.45k stars 3.45k forks source link

.setType(TimePickerView.Type.ALL)//默认全部显示——无效 #284

Closed techwn closed 7 years ago

techwn commented 7 years ago

因为枚举Type在3.2.5版本不存在了,作者是删除了这个枚举吗?

techwn commented 7 years ago

我又看了作者的更新日志,是换成boolean数组了,怪我没好好看,抱歉。