I use support libary to make a material like theme and I would like to change the drawer icon to the arrow when its opened.
I found some post here but I couldnt figure out the solution because I use the navigaton drawer sample by the android studio and I havent figured out everything
If you generated the Navigation Drawer Activity with android studio, in the NavigationDrawerFragment class change the import
android.support.v4.app.ActionBarDrawerToggle
to
android.support.v7.app.ActionBarDrawerToggle
https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.html#ActionBarDrawerToggle(android.app.Activity, android.support.v4.widget.DrawerLayout, int, int)