Getting DrawerLayout to Slide over the ActionBar

前端 未结 10 1642
星月不相逢
星月不相逢 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 09:59

    This can be done WITHOUT a Third party library. Check out Google's Sliding Tabs samples

         SlidingTabsBasic:   http://developer.android.com/samples/SlidingTabsBasic/project.html
         SlidingTabsColors:  http://developer.android.com/samples/SlidingTabsColors/project.html
    

    Also, check out this awesome link: http://manishkpr.webheavens.com/android-sliding-tabs-example/ Worked like a charm for me. :)

提交回复
热议问题