Spotlight
Spotlight copied to clipboard
Button to hide the tour?
How can I add the button to skip the tour?
you can dismiss it using the code "setDismissOnTouch(true)" after show() its like this: .show().setDismissOnTouch(true)
what if I want to add Skip Button ??