/** Resets the drawer theme */
 public DrawerActivity resetDrawerTheme() {
   mDrawer.resetDrawerTheme();
   return this;
 }