jlmd / AnimatedCircleLoadingView

An animated circle loading view
Apache License 2.0
1.17k stars 210 forks source link

Percent text color #3

Closed Siddounet closed 8 years ago

Siddounet commented 9 years ago

Hi,

Is it possible to add a setter to PercentIndicatorView to get the TextView and set some colors/attrs? public void setTextColor(int color) { setTextColor(color); } ...

And ofc a setter in AnimatedCircleLoadingView ?

Or just a getter on percentIndicatorView ?

Thx, Bastien.

Siddounet commented 8 years ago

Pull request added. Please check-it. Thx, Bastien.

fcouceiro commented 8 years ago

Would be nice to have tint colors on the checked_mark and failure_mark!

hebing521 commented 8 years ago

Are u fixedd?

jlmd commented 8 years ago

Added textColor attribute in version 1.1.3 Thanks @Siddounet