/**
  * Sets the max drawer width
  *
  * @param drawerMaxWidth Max drawer width to set
  */
 public DrawerActivity setDrawerMaxWidth(int drawerMaxWidth) {
   mDrawer.setDrawerMaxWidth(drawerMaxWidth);
   return this;
 }