Reputation: 33
I was wondering if anyone could point me in the correct direction for creating a menu for my app that uses a button on the action bar.
I want this menu to be similar to the Play Music app, the Gmail app, and the Feedly app.
an example of this can be found here:
Upvotes: 1
Views: 506
Reputation: 1006614
I did say the menu from those apps
And since what you are referring to isn't a menu, this is why screenshots are important.
the applications may be complex but as far as im aware the gmail app and music app only have one main menu
That's not a menu. That is a navigation drawer. The current Android Support package has DrawerLayout
for this, and there are various third-party implementations available as well.
Upvotes: 1