theblang
theblang

Reputation: 10425

Use ShowcaseView without the highlight circle

I want to use the ShowcaseView library to create a tutorial, but for one stage of the tutorial I don't want to highlight anything with the circle. Is this possible with the API?

Upvotes: 2

Views: 1147

Answers (2)

Alex Curran
Alex Curran

Reputation: 8828

The main way to do this is to set the target as Target.NONE, an example of which is shown in the sample.

Upvotes: 5

theblang
theblang

Reputation: 10425

As @maxcanna points out here, you can call showcaseView.setShowcaseIndicatorScale(0) after creating the ShowcaseView to accomplish this.

Upvotes: 1

Related Questions