예제 #1
0
 /**
  * Set the title text shown on the ShowcaseView.
  */
 public Builder SetTarget(View target)
 {
     _showcaseView.SetTarget(new ViewTarget(target));
     return(this);
 }