You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: