Removed Methods
|
void setHeader(View )
|
Sets the header of the context menu to the View given in headerView. |
void setHeader(int )
|
Sets the header of the context menu to the title given in titleRes
resource identifier. |
void setHeader(int, Drawable)
|
Sets the header of the context menu to the title given in titleRes
resource identifier and the icon given in icon Drawable. |
void setHeader(int, int)
|
Sets the header of the context menu to the title given in titleRes
resource identifier and the icon given in iconRes resource id. |
void setHeader(CharSequence )
|
Sets the header of the context menu to the title given in title. |
void setHeader(CharSequence, Drawable)
|
Sets the header of the context menu to the title given in title
and the icon given in icon Drawable. |
void setHeader(CharSequence, int)
|
Sets the header of the context menu to the title given in title
and the icon given in iconRes resource id. |
Added Methods
|
void clearHeader()
|
Clears the header of the context menu. |
ContextMenu setHeaderIcon(Drawable )
|
Sets the context menu header's icon to the icon given in icon
Drawable. |
ContextMenu setHeaderIcon(int )
|
Sets the context menu header's icon to the icon given in iconRes
resource id. |
ContextMenu setHeaderTitle(int )
|
Sets the context menu header's title to the title given in titleRes
resource identifier. |
ContextMenu setHeaderTitle(CharSequence )
|
Sets the context menu header's title to the title given in title. |
ContextMenu setHeaderView(View )
|
Sets the header of the context menu to the View given in
view. |