SpringFloatingActionMenu
SpringFloatingActionMenu copied to clipboard
FloatingActionButton with Snackbar
It's not possible to add a behavior to the button so a Snackbar pushes it up on appear.

Do you got any solution to this problem? @afornes
Hi @tusharuit25. I could only fix this by implementing an animation on the button when the snackbar is shown
Would you like to share that piece code with me ? It will save my day Thanks in advance.
springFloatingActionMenu.animate().x(-50f).y(-50f); it worked