circular-slider-range icon indicating copy to clipboard operation
circular-slider-range copied to clipboard

A circular slider range for Android.

Results 7 circular-slider-range issues
Sort by recently updated
recently updated
newest added

Hi i must say its a great control, my requirement is multiple range circular range bar means it contains more than one startThumb and endThumb based on touch co-ordinate, but...

![white dial](https://cloud.githubusercontent.com/assets/13044958/22459468/b652fdf8-e7c6-11e6-9ea6-b84057b501d1.png) Hello!!.., How to create a circular slider as it in image .. is'possible ..

You can override arc_color with (arc_start_color & arc_end_color) to make gradient arc.

You wrote in Readme.md that this lib support "Minimum SDK level 11". But in gradle file you use "minSdkVersion 16". You mislead users, I've spent few hours to integrate and...

In order to select colors to be used for gradient, you need to pass string in xml like range:border_gradient_colors="#f05151;#4a90e2;#4a90e2" , with ';' separators. Haven't found better solution, feel free to...

Hello, First of all, thank you so much for making this great library but, I have a little bit question How can I extend this library to support a number...

I've been making my own implementation of this library with support for multiple "wedges" on the dial. I'll share what I have done when it's completed, but many thanks for...