Advertisement
wildantechnoart77

MaterialDesain1.11

Jan 17th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.40 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2.       xmlns:app ="http://schemas.android.com/apk/res-auto"
  3.       xmlns:tools="http://schemas.android.com/tools"
  4.       tools:context=".MainActivity">
  5.  
  6.  
  7.     <item android:id="@+id/itemmenu"
  8.           android:title="@string/cari_sesuatu"
  9.           android:icon="@drawable/ic_cari"
  10.           app:showAsAction="always"/>
  11.  
  12.  
  13. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement