Advertisement
Ankhwatcher

Menu

Mar 25th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android" >
  3.  
  4.     <item
  5.        android:id="@+id/menu_Search"
  6.        android:actionViewClass="com.actionbarsherlock.widget.SearchView"
  7.        android:icon="@drawable/ic_action_search"
  8.        android:orderInCategory="100"
  9.        android:showAsAction="always|collapseActionView"
  10.        android:title="@string/search_title"/>
  11.  
  12. </menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement