Skip to content

Instantly share code, notes, and snippets.

@avleen
Created March 15, 2012 01:56
Show Gist options
  • Save avleen/2041176 to your computer and use it in GitHub Desktop.
Save avleen/2041176 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/place_marker"
android:icon="@drawable/locationplace"
android:title="Some Setting" />
<item android:id="@+id/preferences"
android:icon="@drawable/preferences"
android:title="Preferences" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment