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.
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 workingwhen 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.