CircularFloatingActionMenu
CircularFloatingActionMenu copied to clipboard
an animated circular menu for Android
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).
Adds support for an optional centerAt view so that the menu can be activated and animated from one view while arranging the layout centered around a second view.
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
Menu Attached to Custom Button crashed issue resolved #74
I had to manually create the libs directories to fix gradle build errors after cloning. This can be a bit of pain for newbies trying out the library samples
learning
I add a interface called OnSubActionButtonClickListener,then I can add an onClick event to the submenu items conveniently ,and I can get the FloatActionMenu instance and close it when I click...
support api 10, but be dependent on nineoldandroids
./gradlew would fail to run without this file