I'm using the com.jeremyfeinstein.slidingmenu.lib.SlidingMenu library to create sliding menus, and am using the android.support.v7.app.ActionBarActivity library for the action bar. In my activity, I am extending ActionBarActivity.
I am able to get a sliding menu by clicking on the home button on the top left. How do I get the entire actionbar to also slide when the home button is clicked?