narimetisaigopi

home_menu.xml

Feb 3rd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 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.  
  5. <item android:id="@+id/home"
  6. android:title="Home"
  7. app:showAsAction="always"
  8. android:icon="@mipmap/ic_launcher"/>
  9.  
  10. <item android:id="@+id/logout"
  11. android:title="Loggout"
  12. app:showAsAction="never"
  13. android:icon="@mipmap/ic_launcher"/>
  14.  
  15. <item android:id="@+id/Contactus"
  16. android:title="Contact us"
  17. android:icon="@mipmap/ic_launcher"/>
  18. </menu>
Add Comment
Please, Sign In to add comment