Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <item android:id="@+id/home"
- android:title="Home"
- app:showAsAction="always"
- android:icon="@mipmap/ic_launcher"/>
- <item android:id="@+id/logout"
- android:title="Loggout"
- app:showAsAction="never"
- android:icon="@mipmap/ic_launcher"/>
- <item android:id="@+id/Contactus"
- android:title="Contact us"
- android:icon="@mipmap/ic_launcher"/>
- </menu>
Add Comment
Please, Sign In to add comment