How to customize ShowcaseView?

0

Hello, I'm having some trouble using the following link library I've browsed, including the proposed documentation.

But I can not use certain methods, as android studio does not recognize them. And to be a bit more specific, I would like to know how I can customize transparencies (color), or how to perform virtual finger animation.

obs: I already imported the library and everything else, I even managed to use and point the targets. I have used the following guide link

According to the documentation, the color change is performed as follows

<style name="ShowcaseViewTheme" parent="ShowcaseView.Light">
 <item name="sv_backgroundColor">#fffff</item>
</style>

I did exactly the way it was shown above, but it does not recognize this sv_backgroundColor, do I need to declare this style or item somewhere?

    
asked by anonymous 07.09.2015 / 12:33

0 answers