PickerLayoutManager icon indicating copy to clipboard operation
PickerLayoutManager copied to clipboard

🔥🔥🔥 - 一个基于自定义LayoutManager的PickerView

Results 2 PickerLayoutManager issues
Sort by recently updated
recently updated
newest added

``` private val mYearOnSelectedItemListener: OnItemSelectedListener = { _ -> val year = yearPickerView.getYear() when (year) { mStartYear -> { //修改地方-start if (year == mEndYear) { monthPickerView.setMonthInterval(mStartMonth, mEndMonth) } else {...