TheNameOfRose

menulayout

Feb 20th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 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:title="@string/account_setting" />
  6. <item android:title="@string/all_users" />
  7. <item
  8. android:id="@+id/main_logout_button"
  9. android:title="@string/log_out" />
  10. </menu>
Add Comment
Please, Sign In to add comment