Advertisement
Guest User

/app/src/main/res/menu/my.xml

a guest
Dec 20th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. tools:context=".MyActivity" >
  4. <item android:id="@+id/action_reload"
  5. android:title="Reload" />
  6. <item android:id="@+id/action_forward"
  7. android:title="Forward" />
  8. <item android:id="@+id/action_back"
  9. android:title="Back" />
  10. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement