BlackHawke

menu_toolbar.xml

Aug 26th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    tools:context=".MainActivity">
  6.  
  7.     <item
  8.        android:id="@+id/action_addNotes"
  9.        android:orderInCategory="2"
  10.        android:title="@string/add_new_notes"
  11.        android:icon="@android:drawable/ic_menu_add"
  12.        app:showAsAction="ifRoom">
  13.     </item>
  14. </menu>
Advertisement
Add Comment
Please, Sign In to add comment