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