コード例 #1
0
ファイル: ShowcaseView.java プロジェクト: BeniG/ShowcaseView
 /** Set the style of the ShowcaseView. See the sample app for example styles. */
 public Builder setStyle(int theme) {
   showcaseView.setStyle(theme);
   return this;
 }