Getting DrawerLayout to Slide over the ActionBar

前端 未结 10 1641
星月不相逢
星月不相逢 2020-12-02 09:46

I have a sliding drawer menu in an activity, which has an actionbar with some tabs on it.

I\'d like to get the sliding drawer to slide over the tabs , not below th

10条回答
  •  無奈伤痛
    2020-12-02 10:13

    you can use below libraries to get navigation model similar to Google play music app.

    • ActionBarSherlock (github)
    • nested-fragments (github)
    • PagerSlidingTabStrip (github)
    • NavigationDrawer (Android developer site)
    • Latest Support v4 library

    I have created a project Navigation Drawer with Tab Strip Example at github, have a look at it.

    Below is the screenshot of it.

    Navigation-drawer-page-sliding-tab-strip

提交回复
热议问题