My android app has several screens, and in each one of them I would like to have a similar options menu with a slight different.
For example screen A would have items 1,2,3,4 and screen B would have items 1,3,4,5
As you see they have items in common which make it stupid to have a different xml menu for each one, because I will have to define the items again and again.
Is there a smart way of doing that?