dejavu
dejavu

Reputation: 91

Making Menu programmatically in android

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

Answers (1)

Madushan
Madushan

Reputation: 7458

Call setShowAsActionFlags with one of the constants you want.

See constants section for constants you can pass.

Upvotes: 2

Related Questions