Exemplo n.º 1
0
 /**
  * Allows hiding of a previously displayed {@link Crouton}.
  *
  * @param crouton The {@link Crouton} you want to hide.
  */
 public static void hide(Crouton crouton) {
   crouton.hide();
 }