Skip to content

Instantly share code, notes, and snippets.

@esafirm
Created April 13, 2015 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esafirm/ffc28fec21ce42995399 to your computer and use it in GitHub Desktop.
Save esafirm/ffc28fec21ce42995399 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/file"
android:title="@string/file" >
<!-- "file" submenu -->
<menu>
<item android:id="@+id/create_new"
android:title="@string/create_new" />
<item android:id="@+id/open"
android:title="@string/open" />
</menu>
</item>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment