oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

Allow to select values only when the user drags the pins #157

Closed Dioniz closed 5 years ago

Dioniz commented 5 years ago

The user can do it programmatically:

rangeBar.setOnlyOnDrag(true);

or in the xml:

app:mrb_onlyOnDrag="true"

krazykira commented 5 years ago

Thanks for your contribution. I will be merging it