ShowcaseView icon indicating copy to clipboard operation
ShowcaseView copied to clipboard

CustomShowcase With Image

Open GauravCreed opened this issue 9 years ago • 1 comments

Hi @amlcurran

hi write on my Fragment

new ShowcaseView.Builder(getActivity()) .setTarget(new ViewTarget(txtAddFirstItem)) .setContentText(R.string.add_first_item) .hideOnTouchOutside() .setStyle(R.style.CustomShowcaseTheme) .setShowcaseDrawer(new CustomShowcaseView(getResources())) .build(); but hideOnTouchOutside not working

when i touch outside of Showcase area i can't hide showcase view, i also write CustomShowcaseView class as you said in your project. please help me.

Thanks.

GauravCreed avatar May 23 '16 10:05 GauravCreed

hi @amlcurran i have the same problem, and i dont know what to do!

nadia-am avatar Dec 10 '17 09:12 nadia-am