Closed lolobosse closed 8 years ago
I have the same issue. Actually a lot of functionality of the Floating Action Menu is not working if you wrap it in a layout such as "android.support.design.widget.CoordinatorLayout" and "com.flipboard.bottomsheet.BottomSheetLayout".
Not sure if this library has been tested with more complex layouts which are now very common with the Material Design out there....
That is because of stateListAnimator
that was added to the default Button
style in Lollipop. Try setting android:elevation=2dp
on FloatingActionMenu
.
Hi there,
I think I spotted a bug: the overlay caused by
fab:menu_backgroundColor
If you have button like this:
Then, the buttons are not overlayed but the other element yes. I looked in the sources but I didn't find anything related to this issue.
Does someone have an idea?