MaterialShowcaseView
MaterialShowcaseView copied to clipboard
Can we add Extra "SKIP" button to dismiss the all added SequenceItem in the MaterialShowcaseSequence?
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
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
Looks for the same thing.. The library is great but a skip button would save a lot of time