Esempio n. 1
0
 /**
  * Opens the menu and shows the secondary menu view. Will default to the regular menu if there is
  * only one.
  */
 public void showSecondaryMenu() {
   showSecondaryMenu(true);
 }
 /**
  * Open the SlidingMenu and show the secondary menu view. Will default to the regular menu if
  * there is only one.
  */
 public void showSecondaryMenu() {
   mSlidingMenu.showSecondaryMenu();
 }