Home | History | Annotate | Download | only in menu
      1 <menu xmlns:android="http://schemas.android.com/apk/res/android"
      2       xmlns:app="http://schemas.android.com/apk/res-auto">
      3     <item android:id="@+id/menu_settings"
      4         android:title="@string/menu_settings"
      5         app:showAsAction="never" />
      6 </menu>
      7