ShawnLin013 / NumberPicker

:slot_machine: The android library that provides a simple and customizable NumberPicker.
MIT License
1.07k stars 240 forks source link

setWrapSelectorWheel(true) not works when two item in String array #157

Closed swapnilbhai90 closed 4 years ago

swapnilbhai90 commented 4 years ago

When two items in string array it only scolls up and down where as setWrapSelectorWheel is truen. Expected: two item also rotate in circular . Right now: moves up and down when only two item exist.

ShawnLin013 commented 4 years ago

The length of values shall be NOT less than 3.