Stefan Gaffga
Results
1
comments of
Stefan Gaffga
I had the same problem and made it work using: ``` if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { // Put it on top of everything showcaseView.setElevation(20); } showcaseView.show(); ```