Scalified / fab

Floating Action Button Library for Android
Apache License 2.0
849 stars 164 forks source link

Does the actionButton have some playHideAnimationCompleationListner? #46

Closed erikswed closed 7 years ago

erikswed commented 7 years ago

Thanks for grate lib! :) Wanted to hide the actionButton using animation when user press backpress but the super.onBackPressed(); in parent Activity don't wait for actionButton.playHideAnimation(); to finish.

I posted a Q at: to get a workaround http://stackoverflow.com/questions/42878553/how-to-let-fragment-do-some-action-before-onbackpressed-kill-it

erikswed commented 7 years ago

ok I solved thanks for your attention..