oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support negative to positive range

pri5m opened this issue · comments

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

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