Added Methods
|
void clearHeader()
|
Clears the header of the submenu. |
SubMenu setHeaderIcon(Drawable )
|
Sets the submenu header's icon to the icon given in icon
Drawable. |
SubMenu setHeaderIcon(int )
|
Sets the submenu header's icon to the icon given in iconRes
resource id. |
SubMenu setHeaderTitle(int )
|
Sets the submenu header's title to the title given in titleRes
resource identifier. |
SubMenu setHeaderTitle(CharSequence )
|
Sets the submenu header's title to the title given in title. |
SubMenu setHeaderView(View )
|
Sets the header of the submenu to the View given in
view. |
SubMenu setIcon(Drawable )
|
Change the icon associated with this submenu's item in its parent menu. |
SubMenu setIcon(int )
|
Change the icon associated with this submenu's item in its parent menu. |