0

I am implementing Material Tap target prompt library to make a tutorial screen. I want to focus on my spinner, this is my code:

new MaterialTapTargetPrompt.Builder(MainActivity.this)
                .setTarget(spin_01)
                .setPrimaryText("Welcome")
                .setSecondaryText("You can select the bill type by clicking here")
                .setPromptBackground(new RectanglePromptBackground())
                .setPromptFocal(new RectanglePromptFocal())
                .show();

This is my output:

enter image description here

As you can see, unlike the examples shown in the documentation page, my focused element has a complete white foreground. How do I resolve this issue? Please help me.

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Dec 26 '22 at 12:55

0 Answers0