Skip to content

Instantly share code, notes, and snippets.

@thundercipher
Created May 22, 2020 10:13
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 thundercipher/83f15ce60b1bf6e1e1899748f778b483 to your computer and use it in GitHub Desktop.
Save thundercipher/83f15ce60b1bf6e1e1899748f778b483 to your computer and use it in GitHub Desktop.
XML code for the Menu functionality
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id = "@+id/add_note"
android:title="Add Note"></item>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment