/**
  * Sets the drawer theme
  *
  * @param theme Theme to set
  */
 public DrawerActivity setDrawerTheme(DrawerTheme theme) {
   mDrawer.setDrawerTheme(theme);
   return this;
 }