ShawnLin013 / NumberPicker

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

Added scroll listener with number in middle #181

Closed sedestrian closed 3 years ago

sedestrian commented 3 years ago

Added a callback to know when the view is being scrolled and what is the number in the middle while doing so, for example to update other views dinamically while scrolling or to make the phone vibrate when scrolling over numbers

ShawnLin013 commented 3 years ago

I think this feature is already implemented as OnValueChangeListener. Please reopen this PR if I misunderstood anything.

sedestrian commented 3 years ago

You are correct, i seem to have completely missed it, my bad