Progromatically hide overflow button in Android
I have a searchView widget in the action bar. I've seen a few guides to
hiding particular action bar buttons progromatically. However I want to
keep one other button there but hide the overflow button if I could to
conserve action bar space, and the overflow button isn't covered in any of
these other questions.
It would have to come back after the searchview is closed as well. I hope
to do this with a searchview listener.
Any ideas?
No comments:
Post a Comment