I am trying to build a slide out menu like Facebook and Path apps. I want to place a button on right end of action bar which would trigger opening and closing the menu. When the menu would slide in to make itself visible I want to slide out the main view towards left along with the action bar.
Everything else works fine. I am using the open source code available at - https://github.com/gitgrimbo/android-sliding-menu-demo
But I am not able to find out if I can apply slide animation to the action bar too? If not, designing my own action bar and including in activity layouts is the way to go I believe. I would appreciate any expert guidance in this matter.