Home | History | Annotate | Download | only in app

Lines Matching refs:Menu

20 import android.view.Menu;
27 * standard options menu. This demo is for informative purposes only; see ActionBarUsage for
46 public boolean onCreateOptionsMenu(Menu menu) {
47 // Menu items default to never show in the action bar. On most devices this means
48 // they will show in the standard options menu panel when the menu button is pressed.
50 // Action Bar that will display remaining items in a cascading menu.
51 menu.add("Normal item");
53 MenuItem actionItem = menu.add("Action Button");