MaterialShowcaseView icon indicating copy to clipboard operation
MaterialShowcaseView copied to clipboard

Can we add Extra "SKIP" button to dismiss the all added SequenceItem in the MaterialShowcaseSequence?

Open jaykikani opened this issue 8 years ago • 2 comments

This is a very good library , great work But still i want add new SKIP beside the OK button , OK will introduce the next view and SKIP button will dismiss all rest Views, i mean SKIP button will dismiss the MaterialShowcaseSequence , and SKIP button should be shown in all views with OK button , like below Currently we are doing like this: sequence.addSequenceItem(mButtonOne, "This is button one", "GOT IT");

But I want to do like this : sequence.addSequenceItem(mButtonOne, "This is button one", "GOT IT", "SKIP");

can we do something like this? if anyone can help me then please write here , thank you

jaykikani avatar Sep 30 '16 12:09 jaykikani

I have the same problem

I want to do like this : sequence.addSequenceItem(mButtonOne, "This is button one", "GOT IT", "SKIP");

can we do something like this? if anyone can help me then please write here, thank you

sepidevatankhah avatar Oct 03 '16 11:10 sepidevatankhah

Looks for the same thing.. The library is great but a skip button would save a lot of time

shadygoneinsane avatar Sep 16 '17 13:09 shadygoneinsane