Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.65k stars 382 forks source link

how to change the color of progress bar? #64

Closed shakeelnasrullah closed 5 years ago

tuanna-hsp commented 5 years ago

Currently there is no method to change the progress bar color. But you can always import KProgressHUD into your project and add the method yourself.

shakeelnasrullah commented 5 years ago

Currently there is no method to change the progress bar color. But you can always import KProgressHUD into your project and add the method yourself.

Thanks for your reply. I have change the color after importing it. Thumbs up.