Reputation: 91
I am trying to make menu from the code. I want to know what is the programmatic equivalent of android:showAsAction. I know we can have it in XML.
Upvotes: 0
Views: 914
Reputation: 7458
Call setShowAsActionFlags with one of the constants you want.
See constants section for constants you can pass.
Upvotes: 2