CircularFloatingActionMenu
CircularFloatingActionMenu copied to clipboard
Allow subclasses to attach their own interaction events
This change allows a class extending FloatingActionMenu
to override AddInterationEvents(View v)
to attach whichever interaction events they choose for the menu (drags/touch/click/etc).