ExpandedMenuView
Expanded Menu View library
For one application, I had to develop such a menu, so I decided to share it with everyone
Usage
Reference the library from your module's build.gradle:
Add ExpandedMenuView
as a view to the layout:
em_background_color
- menu background color
em_menu_icon
- menu icon drawable
em_close_menu_icon
- close menu icon drawable
em_shadow_color
- menu shadow color
em_text_color
- menu title color
Add code below for icons and titles initialization (can take 3 or 4 items)
ExpandableMenuItem
- data object menu item
ExpandedMenuClickListener
- interface for listen items click