CircularFloatingActionMenu icon indicating copy to clipboard operation
CircularFloatingActionMenu copied to clipboard

an animated circular menu for Android

Results 10 CircularFloatingActionMenu issues
Sort by recently updated
recently updated
newest added

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

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