CircularFloatingActionMenu
An animated, customizable circular floating menu for Android, inspired by Path app.
Getting Started
Requirements
- API >= 15
Installation
Grab the AAR from Maven Central by adding it as a dependency in your build.gradle file:
Alternatively, clone the repo and add library
as a module to your project.
Usage
CircularFloatingActionMenu can be attached to any view in your layout. A Floating Action Button implementation is available in the library, with a similar look to new Material Design's FAB.
1 - Create a button to attach the menu:
2 - Create menu items:
3 - Create the menu with the items:
And you're ready to go!