I\'m trying to implement the search dialog and I am unable to display the search from an Activity.
I have my main activity defined in my manifest file, this activity sho
I've done all that but still cannot see the search dialog on API 17. It works however after adding
android:actionViewClass="android.widget.SearchView"
in the fragment menu