Answers for "change the background color of alert dialog box kotlin android"

0

change the background color of alert dialog box kotlin android

mDialog.getWindow()?.setBackgroundDrawable(ColorDrawable(Color.WHITE))
Posted by: Guest on March-13-2021

Code answers related to "change the background color of alert dialog box kotlin android"

Browse Popular Code Answers by Language