I\'m trying to add support for the SearchView in the Android 3.0+ ActionBar, but I can\'t get the OnCloseListener to work.
SearchView
OnCloseListener
Here\'s my code:
I used the SearchView close button and set a setOnClickListener on it
searchView.findViewById(R.id.search_close_btn).setOnClickListener { searchView.setQuery("", false) searchView.clearFocus() }