ThinkingMonkey

Results 1 issues of ThinkingMonkey

Showcaseview does not show up. No errors thrown. Below is the code that I am trying to execute. ``` new MaterialShowcaseView.Builder(this) .setTarget(findViewById(R.id.fab_button)) .setDismissText("GOT IT") .setContentText("Click here to search.") .setDelay(300) //...