I'm Using clans.fab.FloatingActionMenu library to add Floating Action Buttons. All the functionalities working properly. Now I want to move the FloatingActionMenu In the screen as the User wish. Is there any method or listener to change the position of the FloatingActionMenu?
Asked
Active
Viewed 129 times
0
-
Try this. https://stackoverflow.com/questions/46370836/android-movable-draggable-floating-action-button-fab – Rajasimman R Jul 11 '19 at 06:19
-
Possible duplicate of [Android - Movable/Draggable Floating Action Button (FAB)](https://stackoverflow.com/questions/46370836/android-movable-draggable-floating-action-button-fab) – Trung Nguyen Jul 11 '19 at 06:25
-
I tried the above answer. It working for Floating Action Button. But not for FloatingActionMenu – Udara Abeythilake Jul 11 '19 at 07:27