1<menu xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:app="http://schemas.android.com/apk/res-auto" 3 android:layout_width="wrap_content" 4 android:layout_height="wrap_content"> 5 <item 6 android:id="@+id/menu_about" 7 android:title="about" > 8 </item> 9</menu>