Closed Ankur008 closed 7 years ago
thanks for this awesome library. But I am not able to set the mask color to transparent. How do i do?
config.setIntroAnimationDuration(400); config.setFadingTextDuration(400); config.setHeadingTvSize(32); config.setSubHeadingTvSize(16); config.setMaskColor(android.R.color.transparent); config.setLineAnimationDuration(400); config.setDismissOnTouch(true); config.setDismissOnBackpress(true); config.setRevealAnimationEnabled(true); config.setPerformClick(true);
but still getting the primary color background. any idea?
Thanks a lot Ankur. Following are the effects of using different Mask color. Is this what you want?
config.maskColor(Color.parseColor("#dc000000"))
config.setMaskColor(android.R.color.transparent)
thanks for this awesome library. But I am not able to set the mask color to transparent. How do i do?
but still getting the primary color background. any idea?