You can show new menus from fragment by onCreateOptionsMenu method First you need to setHasOptionsMenu(true) in onCreateView method as second you have to create menus.xml in res/menu/ folder And also you have to set menu in onCreateOptionsMenu method as If you want to replace menus…