Action Bar Tabs using ViewPager with Navigation Drawer

前端 未结 3 695
攒了一身酷
攒了一身酷 2020-12-24 04:09

Requirement:- Action Bar Tabs using ViewPager with Navigation Drawer .

I can create a Navigation Drawer example

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 04:16

    As you have noticed, ActionBar tabs don't play very nicely with Navigation Drawer and this design mode has been deprecated in API 21 anyway.

    I used the classes in SlidingTabs example from Android developers to achieve this effect without having to include a 3rd party library dependency, and am very happy with the result. There is a video tutorial as well.

提交回复
热议问题