How to set color of the dialog sheet background?
snajdovski opened this issue · comments
Stefan Najdovski commented
I can't find an answer to this question, is it possible to change the color of the background of the dialog sheet?
Marcos Calvo García commented
You can change the background color of the dialog with the following line of code:
.setBackgroundColor(Color.BLACK)
Or if you want to use a color resorce:
.setBackgroundColorRes(R.color.yourColor)