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

FAB clicks with FAM closed #18

Closed athospg closed 8 years ago

athospg commented 8 years ago

While the FAM is closed the first FAB can be clicked on the left side of the FAM.

taltstidl commented 8 years ago

@athospg Thanks, I'll take a look at this. What Android version are you experiencing this on?

athospg commented 8 years ago

@TR4Android I'm using CM12.1 (Android 5.1.1). To test that you have to change the sample to handle clicks on the FABs.

taltstidl commented 8 years ago

Fixed with commit 9433374d4bf46e5678e8ca5952aa7b7781802987 (also adds a few additional features as outlined in issue #14). Thanks for your contributions! Release 0.4.0 will be out by the end of next week.