ShowcaseView
ShowcaseView copied to clipboard
CustomShowcase With Image
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.
hi @amlcurran i have the same problem, and i dont know what to do!