ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.62k stars 1.31k forks source link

Changing color dynamically #27

Open jcoleman2005 opened 7 years ago

jcoleman2005 commented 7 years ago

Great library. Trying to change color dynamically, but it view just disappears. For example, initially creating a Circle ProgressBar and setting its color to white. Then using button (e.g. btnRed and btnBlue) want to change the color. How should this properly be done??

Thanks