Advertisement
Guest User

menu xml

a guest
Nov 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:id="@+id/action_contact"
  4. android:title="Contact Us" />
  5. <item android:id="@+id/action_home"
  6. android:title="Home" />
  7. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement