ExpandedMenuView

The expanded menu view is a list-like menu with all of the available menu items. It is opened by the user clicking no the 'More' button on the icon menu view.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)

Functions

Link copied to clipboard
Returns the default animations to be used for this menu when entering/exiting.
Link copied to clipboard
open fun initialize(menu: MenuBuilder)
Initializes the menu to the given menu.
Link copied to clipboard
Link copied to clipboard
open fun onItemClick(parent: AdapterView, v: View, position: Int, id: Long)