Advertisement
toujoursseule

Untitled

Nov 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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. <item
  5. android:id="@+id/action_new"
  6. android:icon="@mipmap/ic_launcher"
  7. android:title="nuevo"
  8. app:showAsAction="always"></item>
  9.  
  10. <item
  11. android:id="@+id/action_refresh"
  12. android:icon="@mipmap/ic_launcher"
  13. android:title="Actualizar"
  14. app:showAsAction="always"></item>
  15. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement