CircleMenu
CircleMenu is a simple, elegant menu with a circular layout.
Setup
Add this to your app build.gradle:
Usage
Add to your layout xml-file:
Set OnItemClickListener for handling menu items clicks:
If you want to open menu in start, just add openOnStart
attribute in XML:
You can use open(boolean animate)
and close(boolean animate)
methods, to open and close menu programmatically:
Set EventListener for handling open/close actions
You can also enable hints, that shows in Toast by long pressing a button