Top "Searchview" questions

is an Android GUI widget that provides a user interface for the user to enter a search query and submit a request to a search provider

Android - NullPointerException on SearchView in Action Bar

I've got a problem trying to add a SearchView widget to the ActionBar in my activity - I get a …

android nullpointerexception android-actionbar searchview
Android SearchView Icon

I want to disable the Mag icon displayed inside the search view component. Any idea how to reference it and …

android android-actionbar actionbarsherlock searchview
how to listen to keyboard search button in searchView

I have a SearchView. When the user clicks on the keyboard search button, I need to make a server call. …

android android-softkeyboard searchview
How to set SearchView TextSize?

I have a SearchView inside a LinearLayout and I'm trying to set a different TextSize for it (the SearchView) but …

android searchview
Android - Make whole search bar clickable

I am using a search-view element in my fragment to implement search feature. <SearchView android:id="@+id/search_bar" …

android android-layout android-fragments searchview
How to build Gmail like search box in the action bar?

I am currently using SearchView widget inside ActionBarcompat to filter a list while searching. When the user starts entering text …

android autocomplete android-actionbar searchview
Unable to show keyboard automatically in the SearchView

The SearchView is focused by default, but when I try to show software keyboard - it doesn't happen: InputMethodManager imm = (…

android android-4.0-ice-cream-sandwich android-softkeyboard android-4.2-jelly-bean searchview
How to implement Voice search to SearchView

I want to add voice search function to my application. I'm populating a SearchView in SherlockActivity. But I can't find …

android searchview
How to detect SearchView's back button press?

I'm using a single activity to display SearchView as well as to display search results. The search results is just …

android android-layout searchview android-search
How can I get onBackPressed() while SearchView is activated?

How can I handle onBackPressed() at search mode? I have implemented the search at the ActionBar, and I want to …

android searchview