Example usage for android.view MenuItem getSubMenu
List of usage examples for android.view MenuItem getSubMenu
HOME
Java
android
android.view.*
MenuItem
getSubMenu
Introduction
In this page you can find the example usage for android.view MenuItem getSubMenu.
Prototype
public
SubMenu getSubMenu();
Source Link
Document
Get the sub-menu to be invoked when this item is selected, if it has one.
Usage
«
1
2
3
4
5
6
7
8
9
»