/** Adds a divider to the drawer */
 public DrawerActivity addDivider() {
   mDrawer.addDivider();
   return this;
 }