Getting DrawerLayout to Slide over the ActionBar

前端 未结 10 1646
星月不相逢
星月不相逢 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:16

    I had the same problem, but the only solution I found was to use tabs inside the inner fragment (not fragmentActivity). I don't know if it was the best solution, the only problem i had was styling this tabs, for the rest, it works perfectly

提交回复
热议问题