Home | History | Annotate | Download | only in com.example.android.actionbarcompat.shareactionprovider

Lines Matching full:menu

27 import android.view.Menu;
54 // Keep reference to the ShareActionProvider from the menu
76 public boolean onCreateOptionsMenu(Menu menu) {
77 // Inflate the menu resource
78 getMenuInflater().inflate(R.menu.main_menu, menu);
80 // Retrieve the share menu item
81 MenuItem shareItem = menu.findItem(R.id.menu_share);
90 return super.onCreateOptionsMenu(menu);