Saudasadaf
Saudasadaf
You can chain using switch case as shown below in example. `final ShowcaseView showcaseView; showcaseView = new ShowcaseView.Builder(getActivity()) .withMaterialShowcase() .setContentTitle(R.string.ch_catalog_mark_fav_title) .setContentText(R.string.ch_catalog_mark_fav) .blockAllTouches() .setTarget(target) .setStyle(R.style.sv_background) .build(); if (!both) { ``` showcaseView.setButtonText(getString(R.string.ch_got_it));...
Even I'm not able to set text paint , library is 5.4.0
yes, like a extra button. we can hide it when ever required right?
Thanks, I have already implemented that locally.