/** Removes all items from the drawer */
 public DrawerActivity clearItems() {
   mDrawer.clearItems();
   return this;
 }