taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

Fix clicks with FAM closed; #20

Closed athospg closed 8 years ago

athospg commented 8 years ago

Maybe this is not the best way to do this, but it works; Another way would be to add listeners to animators, but to do that the FloatingActionMenuAnimator has to change and the animators listeners are not the same for Eclair and Honeycomb;

taltstidl commented 8 years ago

@athospg Sorry for the very late response, but I've been busy with other things in the last few weeks. First of all, thanks for the pull request! Unfortunately, I'll be reworking a lot of stuff related to the FloatingActionMenu, so I'll be closing this pull request. The next release will offer a few enhancements related to the FloatingActionMenu and will for sure address your issue of the clickable FloatingActionButtons. Feel free to add additional enhancement requests at issue #14!

athospg commented 8 years ago

@TR4Android Don't worry about that, this is a side project for me too. Thanks for the news, I'm looking forward for the next release.