lopspower / CircularProgressBar

Create circular ProgressBar in Android ⭕
Apache License 2.0
1.74k stars 223 forks source link

How to display a gradient progress bar? #33

Closed aojiaoqiang closed 5 years ago

aojiaoqiang commented 5 years ago

Thanks to your open source, I now want to set ‘’cpb_progressbar_color‘’ to a gradient color effect. To make it look cooler, how do I do it?

lopspower commented 5 years ago

The following properties must be used: cpb_progressbar_color_start and cpb_progressbar_color_end instead of cpb_progressbar_color

You can also use cpb_progressbar_color_direction to change the direction.

Please watching the readme everything is written.