ckurtm / FabButton

Android Floating ActionButton with a progress indicator ring
774 stars 152 forks source link

After completion, the button icon is blocked on the ic_fab_complete one #8

Closed emanuelet closed 9 years ago

emanuelet commented 9 years ago

When using the determinate progress, on completion it will do a transition to show the complete progress bitmap, but then it will remain on that one. There should be a timer or a method to reset the button drawable

ckurtm commented 9 years ago

use :resetIcon in 1.0.8

emanuelet commented 9 years ago

thank you very much