milosmns / circular-slider-android

Circular Slider UI Control for Android
GNU General Public License v3.0
307 stars 51 forks source link

Border color and slider range color ? #12

Closed indsoftdevelope closed 7 years ago

indsoftdevelope commented 7 years ago

Currently we can set only one color for border i want to use 2 different color how can i set for slider range and for border color ?

milosmns commented 7 years ago

This library only allows to go around, no arc drawing. Some other libraries that left allow you to do that:

https://github.com/devadvance/circularseekbar https://github.com/neild001/SeekArc https://github.com/JesusM/HoloCircleSeekBar https://github.com/tankery/CircularSeekBar

You are also welcome to fork the repo and introduce the functionality yourself.