Advertisement
kellykamay

Untitled

Feb 18th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android" >
  2.     <item
  3.        android:id="@+id/action_refresh"
  4.        android:orderInCategory="100"
  5.        android:showAsAction="always"
  6.        android:title="@string/refresh"/>
  7.     <item
  8.        android:id="@+id/action_settings"
  9.        android:orderInCategory="100"
  10.        android:showAsAction="never"
  11.        android:title="@string/action_settings"/>
  12.  
  13. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement