rey5137 / material

A library to bring fully animated Material Design components to pre-Lolipop Android.
http://rey5137.com/material/
Apache License 2.0
6k stars 1.32k forks source link

ProgressView doesn't autostart #87

Open magicgoose opened 9 years ago

magicgoose commented 9 years ago

I've set it to autostart. More precisely,

       app:pv_autostart="true"
       app:pv_circular="true"
       app:pv_progressMode="indeterminate"

All works good until the ProgressView's visibility is changed. Then, after showing again, it doesn't start. And even if I start it manually, it still doesn't start.

rey5137 commented 9 years ago

I have released 1.1.1 version that fixed a dozen bugs in ProgressView. Can you please test it?

magicgoose commented 9 years ago

Yes, I think I'll try it during this week. :+1:

kozaxinan commented 8 years ago

It still doesn't start automatically.