Drawer indicator in lollipop play store
I am using a Nexus 7 with the Android 5.0 preview build. On this page http://developer.android.com/tools/support-library/index.html I see Changes for v7 appcompat library: Updated ActionBarDrawerToggle , which contains the menu-to-arrow animation Is this what the Google Play app uses? Am I reading too much into this statement? What do I need to change to get this behavior - I can't find it in the API documentation. I've posted a sample app here that uses the new Toolbar class and ActionBarToggle to provide an ActionBar with the Play Store style animating icon: https://github.com/03lafaye