public static interface Toolbar.OnMenuItemClickListener
Modifier and Type | Method and Description |
---|---|
boolean |
onMenuItemClick(android.view.MenuItem item)
This method will be invoked when a menu item is clicked if the item itself did
not already handle the event.
|