deano2390 / MaterialShowcaseView

A Material Design themed ShowcaseView for Android
Apache License 2.0
2.71k stars 526 forks source link

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

Open jaykikani opened 8 years ago

jaykikani commented 8 years ago

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

sepidevatankhah commented 8 years ago

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

shadygoneinsane commented 7 years ago

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