Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. tools:context="com.example.janusz.kolko.MainActivity">
  5. <item
  6. android:id="@+id/menu_new_game"
  7. android:orderInCategory="100"
  8. android:title="Nowa gra"
  9. />
  10.  
  11. <item
  12. android:id="@+id/menu_change_player"
  13. android:orderInCategory="100"
  14. android:title="Zmien gracza"
  15. />
  16.  
  17. <item
  18. android:id="@+id/menu_computer_enemy"
  19. android:orderInCategory="100"
  20. android:title="Wlacz auto-gracza"
  21. />
  22. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement