my.xml revision 86eb8b4e29b1ad889fc814bae723d4d6e491f53f
1<menu xmlns:android="http://schemas.android.com/apk/res/android"
2    xmlns:tools="http://schemas.android.com/tools"
3    tools:context=".MyActivity" >
4    <item android:id="@+id/action_settings"
5        android:title="@string/action_settings"
6        android:orderInCategory="100"
7        android:showAsAction="never" />
8</menu>
9