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
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. :)