Menu is not showing when I run my app in android studio
I created the menu directory inside res to create main_menu.xml after creating the xml file for the menu I added 2 items. These items are just 2 icons with a title & id. I used @override method of onCreateOptionMenu to show my items in the app. Unfortunately, the items are not there when I run my app! What should I do make them visible in the app