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:
In order to make the OnCloseListener work, make sure that showAsAction is set to always in the search menu item.
showAsAction
always