Closed sebastianperdomo closed 8 years ago
How strange - how are you showing them? It isn't in a dialog or anything?
If you could provide a screenshot this would be really useful
here is the screenshot: look how the showcase is behind the cardview: the code is this:
ViewTarget navigationButtonViewTarget = ViewTargets.navigationButtonViewTarget(toolbar);
new ShowcaseView.Builder(this)
.setTarget(navigationButtonViewTarget)
.singleShot(45)
.setContentText("Texttttt")
.build()
.show();
but in another activity i have cardviews too and works perfect, is weird...
solved !!! the problem was that it was putting the code (onCreate) before the controls are loaded, put it at the end and it works !!! sorry
Not a problem, glad you fixed it! 👍
I have 2 cardviews on my activity and when I want to show the showcase, it appears behind the cardviews.
Any solution for this ?