Action Menu
Bottom sheet menu showing a list of actions. The menu consists of two sections: Fixed menu items and dynamic menu items. You can set menu items by calling setMenuItems which will a list of ActionMenuItem objects independent of their ActionMenuItem.MenuItemType (you set both fixed and dynamic menu items in one call). To show the configured call show.
Inheritors
Constructors
Properties
Functions
Link copied to clipboard
Adds new listener for action menu lifecycle and events.
Link copied to clipboard
Add menu item to action menu.
Link copied to clipboard
Add all menu items to action menu.
Link copied to clipboard
Clear all fixed menu items.
Link copied to clipboard
Clear all menu items.
Link copied to clipboard
Clear all standard menu items.
Link copied to clipboard
Gets icon from drawable resource styled properly so it can be used in action menu.
Link copied to clipboard
Called when menu is attached to the activity.
Link copied to clipboard
Removes a previously added listener.