Interface android.view.MenuItem

Added Methods
View  getActionView()  
MenuItem  setActionView( View)  
MenuItem  setActionView( int)  
void  setShowAsAction( int)  
 

Added Fields
int  SHOW_AS_ACTION_ALWAYS  
int  SHOW_AS_ACTION_IF_ROOM  
int  SHOW_AS_ACTION_NEVER  
int  SHOW_AS_ACTION_WITH_TEXT  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.