Exemplo n.º 1
0
 /**
  * Sets the extra buttons shown
  *
  * @param shown if the extra buttons should be shown
  */
 public static void setExtraButtonsDhown(boolean shown) {
   ExtraButtons.setShown(shown);
 }