Slide 26
Slide 26 text
Menus
Option Menus
Options Menu is a collection of menus that are primary to an App
and are mainly used to store settings, search, etc. Here, we are going
to create a menu for settings with three items inside, i.e., New File
Settings, Help, and About App.
To create an options menu, we must create a new XML layout file in
the resources folder. First of all, we will add a new XML file. Right-click
on the Layout folder, then go to Add-> New item -> Visual C# ->
XML file.