bozapro / circular-slider-range

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

Add possibiltiy to apply gradient color to border #5

Closed nshaposhnik closed 7 years ago

nshaposhnik commented 7 years ago

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 suggest of course.