uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

DonutProgress not updated #36

Closed Siddounet closed 9 years ago

Siddounet commented 9 years ago

Hi,

I tried your lib, but I'm facing some troubles. When i put donutProgress.setProgress(92) (programmatically), doesn't work. In XML no troubles, but i can't do it in code. Then, I tried to getProgress with donutProgress.getProgress() & it returns my previous setProgress (92).

Any idea?

BR, Bastien.

[EDIT] My bad, just selected header layout instead of inflated layout.