android-slidr icon indicating copy to clipboard operation
android-slidr copied to clipboard

Another android slider / seekbar, but different :-)

Results 22 android-slidr issues
Sort by recently updated
recently updated
newest added

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 ![Untitled](https://user-images.githubusercontent.com/25053291/88539347-b4495800-d02e-11ea-8b49-0f043c0509bd.png)

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...