sephiroth74 / NumberSlidingPicker

Android Number Picker with gestures
MIT License
356 stars 56 forks source link

Add option to disable gestures #8

Closed adrielcafe closed 5 years ago

adrielcafe commented 5 years ago

Fix #7

Just added a new XML attribute to control the gestures initialization:

<it.sephiroth.android.library.numberpicker.NumberPicker
    ...
    app:picker_disableGestures="true"/>