deano2390 / MaterialShowcaseView

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

Button Type added for Dismiss Text #188

Open androidsagar opened 4 years ago

androidsagar commented 4 years ago

I have a requirement to show button instead of text for Dismiss Text. so I implemented button type function. Function - setDismissType() Parameters - MaterialShowcaseView.DISMISS_TYPE_TEXT, MaterialShowcaseView.DISMISS_TYPE_BUTTON

For Button Color- Function - setDismissButtonColor()