Difference between revisions of "Teams Winter 2011/team1/Android/Add Options Menu"
(Created page with '=== 4. Add Options Menu === 4.1. Add Android <code>xml</code> file to the project: ''Right Click Project -> New -> Other... -> Android XML File''<br/> [[Image: A_menu.png | 400px…') |
|||
Line 1: | Line 1: | ||
=== 4. Add Options Menu === | === 4. Add Options Menu === | ||
4.1. Add Android <code>xml</code> file to the project: ''Right Click Project -> New -> Other... -> Android XML File''<br/> | 4.1. Add Android <code>xml</code> file to the project: ''Right Click Project -> New -> Other... -> Android XML File''<br/> | ||
− | [[Image: A_menu.png | | + | [[Image: A_menu.png | 500px]]<br/> |
4.2. Specify the file name <code>menu.xml</code> and select "Menu" as type of resource and click ''Finish''<br/> | 4.2. Specify the file name <code>menu.xml</code> and select "Menu" as type of resource and click ''Finish''<br/> | ||
− | [[Image: A_menu1.png| 400px ]]<br/> | + | [[Image: A_menu1.png| 500px ]]<br/> |
− | 4. | + | 4.3. Go to the menu folder and double click the <code>menu.xml</code> file. Android Menu screen appears. Click ''Add...'':<br/> |
+ | [[Image: A_menu2.png | 400px]]<br/> | ||
+ | 4.4. Select ''Item'' and click OK. On the Android Menu screen specify the menu option Title and save the application:<br/> | ||
+ | [[Image: A_menu3.png | 500px]]<br/> | ||
+ | 4.5. Run the application and press the menu button. You should see newly added menu item:<br/> | ||
+ | [[Image: A_menu4.png | 500px]] |
Revision as of 14:13, 25 March 2011
4. Add Options Menu
4.1. Add Android xml
file to the project: Right Click Project -> New -> Other... -> Android XML File
4.2. Specify the file name menu.xml
and select "Menu" as type of resource and click Finish
4.3. Go to the menu folder and double click the menu.xml
file. Android Menu screen appears. Click Add...:
4.4. Select Item and click OK. On the Android Menu screen specify the menu option Title and save the application:
4.5. Run the application and press the menu button. You should see newly added menu item: