Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent Dialog #10

Open
JamesPierce82 opened this issue Nov 11, 2019 · 1 comment
Open

Transparent Dialog #10

JamesPierce82 opened this issue Nov 11, 2019 · 1 comment

Comments

@JamesPierce82
Copy link

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?
Screen Shot 2019-11-11 at 3 16 36 PM

@muigukenneth
Copy link
Owner

@JamesPierce82 Hello, can you paste the whole code so i can try and figure out what is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants