Marian Pavel

Results 13 comments of Marian Pavel

I am using only the appcompat, I know the androidsupport libraries make some problems but I don't know any solution for this. I will see what can be done with...

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")...