oli107 / material-range-bar

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

Support negative to positive range #148

Closed pri5m closed 6 years ago

pri5m commented 6 years ago

I want a range bar to go from -10 to +10. Currently calling setTickStart with a negative value throws an illegalArgumentException.

pri5m commented 6 years ago

Was writing the index value to the database. Converted the string value to int to then write to the database.