bozapro / circular-slider-range

A circular slider range for Android.
Apache License 2.0
19 stars 6 forks source link

Is it possible to make arc_color gradient? #11

Closed imTefa closed 5 years ago

imTefa commented 5 years ago

Hi, I need to make the arc_color gradient color but I really don't know how any help if it possible?

bozapro commented 5 years ago

Hi @imTefa ,

I tried with setting Shader to Paint (https://developer.android.com/reference/android/graphics/Paint#setShader(android.graphics.Shader)), but this doesn't work. Another way is with drawing shape bitmap on canvas, but this is more work. Feel free to provide PR if you have some ideas.

imTefa commented 5 years ago

Ok, thanks I made a pull request with a change to make a gradient arc, I hope you look at it.