Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created April 18, 2013 02:07
Show Gist options
  • Select an option

  • Save leonguyen/5409423 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/5409423 to your computer and use it in GitHub Desktop.
Android Lab: Shared References - Reference Activity - Defining Main XML Menu
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menuSetting"
android:title="Setting"/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment