deano2390 / MaterialShowcaseView

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

config.setMaskColor() doesn't work with MaterialShowcaseSequence #203

Closed gozdenurmetin closed 2 years ago

gozdenurmetin commented 2 years ago

I try to change the maskcolor but it doesn't work. I think that's the reason. if(config.getMaskColor() > 0){ setMaskColour(config.getMaskColor()); } It's in MaterialShowcCaseView. Because color value is negative it never works.