zzxwill
zzxwill

Reputation: 536

How to create the setting page which flows over other page

enter image description here 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

Answers (1)

ekchang
ekchang

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

Related Questions