简体   繁体   中英

Navigation drawer + Action bar tabs design

In your opinion, what is the "best" design choice to implement a viewpager with two fragments that use swipe action when using the new navigation drawer pattern ? I tried tabs but navigation drawer doesn't overlap the action bar tabs...

In my opinion, Tabs is a sub level navigation. So, move it to navigations as sub level in a listview of Navigation Drawer

From android guide:

More than 3 top-level views

Navigation drawers are great for displaying a large number of navigation targets concurrently. Use the navigation drawer if you have more than 3 unique top-level views. If not, use fixed tabs for top-level organization to ease discovery and interaction.

http://developer.android.com/design/patterns/navigation-drawer.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM