MaterialShowcaseView icon indicating copy to clipboard operation
MaterialShowcaseView copied to clipboard

Dismiss ShowCaseView with click anywhere

Open frapsMatheus opened this issue 10 years ago • 6 comments

I couldn't find a way to allow the user to dismiss the showcase by clicking anywhere on the screen or add a button to stop showing forever the showcase view.

frapsMatheus avatar Aug 25 '15 20:08 frapsMatheus

Hi matrpedreira

Here the flag setDismissOnTouch(true); // it will fullfill the requirement

iashu90 avatar Aug 26 '15 09:08 iashu90

:+1:

ntoskrnl avatar Aug 27 '15 13:08 ntoskrnl

How should this be used when you are using with sequence ? Nvm I've figured out, if anyone need:

    sequence.addSequenceItem(
            new MaterialShowcaseView.Builder(this)
                    .setTarget(mButtonThree)
                    .setDismissText("GOT IT")
                    .setContentText("This is button three")
                    .withRectangleShape()
                    .build()
    );

marianpavel avatar Oct 16 '15 12:10 marianpavel

seems it doesn't work with sequences. I was just looking for similar functionality.

jd-alexander avatar Mar 02 '16 21:03 jd-alexander

i want as like @jd-alexander. that is possible to disable to sequence.

ravivghl avatar Jul 13 '16 07:07 ravivghl

True, it would be good to do the same on Sequences NB: @marianpavel worked so far :)

Cesarsk avatar Mar 30 '17 21:03 Cesarsk