Im having trouble with the menu items.
I have a search view in my menu, and I set OnMenuItemClickListener
on the item in my onPrepareOptionsMenu
.
and my menu xml: the showAsAction attribute is set to "always"
however, if I click the search icon, nothing happen, the toast did not show up.
strange thing is if I set showAsAction="always|collapseActionView", if will work, but the search icon is gone and replaced by "search" text.
it works, toast is shown.
but the icon is gone
********************edit****************************************