android-slidr
android-slidr copied to clipboard
Another android slider / seekbar, but different :-)
ENJOY! ``` slidr.setListener(new Slidr.Listener() { @Override public void valueChanged(Slidr slidr, float currentValue) { //TO ROUND DIGIT TO NEAREST 5 slidr.setCurrentValue( (float)Math.ceil(currentValue / 5d) * 5); } }); ```
How to change currency symbol?
``` ``` as like this 
Caused by: java.lang.ClassCastException: com.mohammedalaa.seekbar.RangeSeekBarView cannot be cast to com.github.florent37.androidslidr.Slidr
ERROR: Failed to resolve: com.github.florent37:android-slidr:1.0.4 Show in Project Structure dialog Affected Modules: app Just added it to gradle, what the hell?
how to use slider vertical ?
Hi @florent37 : It would be possible to add the following features: 1) Set min and max. 2) Change the symbol 3) Set the color of the speech bubble 4)...
Two questions: Is there a way to change the slider height? and is there a way to remove the bubble above the slider? I need it to be shown like...