I'm trying to implement this library to display some information, however with even just a basic implementation it is incorrectly displaying to the screen.
I can use
dialog.getPositiveButtonTextView()!!.setTextColor(resources.getColor(R.color.colorWhite))
to set a buttons color, but for some reason
dialog.setBackgroundBottomColor(resources.getColor(R.color.colorBlack))
does not work, and instead I end up with a weird transparent blue as seen below.
Do you have any idea what might be going on here?

I'm trying to implement this library to display some information, however with even just a basic implementation it is incorrectly displaying to the screen.
I can use
dialog.getPositiveButtonTextView()!!.setTextColor(resources.getColor(R.color.colorWhite))to set a buttons color, but for some reason
dialog.setBackgroundBottomColor(resources.getColor(R.color.colorBlack))does not work, and instead I end up with a weird transparent blue as seen below.
Do you have any idea what might be going on here?
