Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 16th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Android search dialog in landscape mode
  2. <searchable xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:label="@string/search_label"
  4.     android:hint="@string/search_hint"
  5.     android:icon="@android:drawable/ic_menu_search"
  6.  
  7.     android:searchSuggestAuthority="shelves"
  8.     android:searchSuggestIntentAction="android.intent.action.VIEW"
  9.     android:searchSuggestIntentData="content://shelves/books" />
  10.        
  11. android:imeOptions="flagNoExtractUi"