HoloCircleSeekBar icon indicating copy to clipboard operation
HoloCircleSeekBar copied to clipboard

Android circle seekbar widget inspired from: https://github.com/LarsWerkman/HoloColorPicker

Results 8 HoloCircleSeekBar issues
Sort by recently updated
recently updated
newest added

**Failed to resolve: com.github.JesusM:HoloCircleSeekBar:v2.2.2** even if i added: ``` repositories { maven { url "https://jitpack.io" } } ```

Please make a new release so that I can import it into my project.

Try to set value `1` of `100` will cause the view to show value `2`. or set max value 900, and the calculation of setValue is always wrong.

i want to disable the pointer .how to stop pointer?

Looks like its just me but occasionally when I try to drag the handle from the starting position it bugs out and I have to keep trying? This may be...

Hi, please add "setStep(...)/setIncrement()" method to the HoloCircleSeekBar, so you can increment not only by 1 but for example by 5 or 10 or etc. Thanks!

HoloCircleSeekBar View can't reach to maximum value,why??