Reputation: 536
The page below is the setting page of Evernote when the icon at the left-front corner is clicked. How to create a page like the setting page which flows over the main page? Thanks.
Upvotes: 0
Views: 48
Reputation: 939
I believe you are looking for Navigation Drawer (android.support.v4.widget.DrawerLayout):
http://developer.android.com/training/implementing-navigation/nav-drawer.html
https://developer.android.com/design/patterns/navigation-drawer.html
Upvotes: 2