Action Bar Sherlock SearchView not expanding on click of it
问题 I have one Sherlock Fragment Activity from which i am setting the different sherlock fragments using fragment pager adapter. Now to show the searchview in each of the fragment i have placed this method in onCreate of Fragment:: This method will show menu items in the ActionBar of the fragment. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setHasOptionsMenu(true); } I have now also set the onCreateOptionMenu() like this :: @Override public void