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

SearchView remove blue focus line and show cursor at certain position

I have been trying to remove the blue focus line in the SearchView .I am casting it to a AutoCompleteTextView …

android focus autocompletetextview searchview android-background
Cannot instantiate class android.support.v7.widget.SearchView

Please somebody help me! I trying add appcompat search view to my project. Unsuccessfully. When I change android.support.v7.…

android android-menu searchview android-appcompat
Change border color of a SearchView

I want to change a border color of my searchview . Right now its coming transparent . I tried giving styling to …

android android-view searchview android-styles android-search
SearchView not showing queryHint text

I have a search view with a background drawable, but I can't seem to get the text to appear no …

android android-studio searchview query-hints
SearchView Filtering and Set Suggestions

I am very new to using SearchView. I need a functionality where I have an ActionBar for which I have …

android filtering searchview search-suggestion
Android expanded SearchView makes other ActionBar items disappear

I'm facing some problems with a SearchView in a Contextual Action Bar called by a Fragment. The major one is …

android android-fragments searchview android-actionbar-compat contextual-action-bar
Delay call to onQueryTextChange() in SearchView.OnQueryTextListener with SearchView

Using a SearchView in my application. Is there anyway in which I can make the call to onQueryTextChange() method delayed. …

android searchview
Throttle onQueryTextChange in SearchView

What's the best way to "throttle" onQueryTextChange so that my performSearch() method is called only once every second instead of …

java android search searchview android-search
SearchView setIconified(false) automatically calls the focus for the searchview. How can I disable this?

I have the following code: if(mSearchView != null){ mSearchView.setIconifiedByDefault(false); mSearchView.setIconified(false); mSearchView.setOnQueryTextListener(this); int searchPlateId = mSearchView.…

android keyboard android-softkeyboard searchview soft-keyboard
searchview not expanding full width

Basically I want the searachview to expand and collapse when there is a imagebutton behind which should disappear when icon …

android searchview layoutparams