/** Resets the max drawer width */
 public DrawerActivity resetDrawerMaxWidth() {
   mDrawer.resetDrawerMaxWidth();
   return this;
 }