Android abs with SearchView, onQueryTextListener not working
问题 I'm trying to use the SearchView Support v4 version with action bar sherlock. So i have my search button in the action bar -> when i touch it the keyboard show up and the searchBar too. My problem is that i need to use the listeners onQueryTextSubmit and onQueryTextChange but they are never fired. I need to use the searh query string and do custom stuff with it. Here is the full activity.java public class ActivityMain extends SherlockFragmentActivity implements OnQueryTextListener,