amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

CustomShowcase With Image #396

Open GauravCreed opened 8 years ago

GauravCreed commented 8 years ago

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.

nadia-am commented 6 years ago

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