Baru_Berbagi

menu_main.xml

Nov 4th, 2020
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:app="http://schemas.android.com/apk/res-auto"
  3.    xmlns:android="http://schemas.android.com/apk/res/android">
  4.  
  5.     <item android:id="@+id/profile" android:title="profile" />
  6.     <item android:id="@+id/settings" android:title="Settings" />
  7.     <item android:id="@+id/signout" android:title="Sign out" />
  8. </menu>
Add Comment
Please, Sign In to add comment