circular-slider-range
circular-slider-range copied to clipboard
A circular slider range for Android.
Request
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...
 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...
Question
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...