ShawnLin013 / NumberPicker

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

onValueChanged attribute? #170

Closed kevintram closed 4 years ago

kevintram commented 4 years ago

I was trying to use this library with listener binding and noticed that there wasn't a onValueChanged attribute.

ShawnLin013 commented 4 years ago

You can use setOnValueChangedListener or setOnScrollListener in your case.