Android TabLayout custom menu

Posted by MostafaEweda on Stack Overflow See other posts from Stack Overflow or by MostafaEweda
Published on 2010-05-24T18:58:45Z Indexed on 2010/05/24 19:01 UTC
Read the original article Hit count: 177

Filed under:
|

I have a TabLayout containing tabs as intents to activities. I want to set custom menu items for each tab, but the onCreateOptionsMenu version called is the Host's version. How can I make the menu items created by each activity on its own.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-widget