I am trying to implement a two-drawer layout with the android v7 support library. I have a navigation drawer on the left (Gravity.START) side and a notification drawer on th
Since support v7 version 25.3.0, you can disable the animation
yourActionBarDrawerToggle.setDrawerSlideAnimationEnabled(false);