Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created March 27, 2017 21:09
Show Gist options
  • Save anaselhajjaji/38fe82713af655447d8710ec61517cd2 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/38fe82713af655447d8710ec61517cd2 to your computer and use it in GitHub Desktop.
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_add"
android:icon="@android:drawable/ic_menu_add"
android:title="Add"
app:showAsAction="ifRoom"/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment