Ejemplo n.º 1
0
 /** Set the style of the ShowcaseView. See the sample app for example styles. */
 public Builder setStyle(int theme) {
   showcaseView.setStyle(theme);
   return this;
 }