Last active
March 21, 2019 04:40
-
-
Save mmazzarolo/7cf95a345bd8a59c0722 to your computer and use it in GitHub Desktop.
Floating Action Menu Behavior for Clans.FloatingActionButton
My FAM was inside a FrameLayout and I had to put the behavior on the FrameLayout (don't know why) and adapt the code to use FrameLayout.
See Clans/FloatingActionButton#299 for the code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
asr1994, is your layout inside a CoordinatorLayout?