Home | History | Annotate | Download | only in menu
      1 <menu xmlns:android="http://schemas.android.com/apk/res/android"
      2     xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
      3     <item android:id="@+id/action_settings" android:title="Settings"
      4         android:orderInCategory="100" android:showAsAction="never" />
      5 </menu>
      6