Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <android.support.v7.widget.SearchView
  2. android:id="@+id/search_view"
  3. android:layout_width="match_parent"
  4. android:layout_height="?actionBarSize"
  5. app:iconifiedByDefault="false"
  6. app:queryBackground="@null"
  7. app:queryHint="@string/search_hint"
  8. app:searchIcon="@null"
  9. app:showDividers="none"
  10. app:submitBackground="@null">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement