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
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