another-app/res/menu/menu_main.xml (8 lines of code) (raw):
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.uber.okbuck.example.anotherapp.MainActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings" />
</menu>