Advertisement
daheel

main_menu.xml

Oct 21st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    tools:context="com.heldayuliana.tugasmahasiswaandroid.MainActivity" >
  4.     <item android:id="@+id/action_settings"
  5.        android:title="@string/action_settings"
  6.        android:orderInCategory="100"
  7.        android:showAsAction="never" />
  8. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement