Skip to content

Instantly share code, notes, and snippets.

@michaelbukachi
Created September 19, 2019 09:28
Show Gist options
  • Save michaelbukachi/feb12a7b9dc839fb7002528d8acb9f9d to your computer and use it in GitHub Desktop.
Save michaelbukachi/feb12a7b9dc839fb7002528d8acb9f9d to your computer and use it in GitHub Desktop.
Alert Dialog overlay color
val dialog = Dialog(context!!)
// val dialog = AlertDialog(context!!)
dialog.window?.setBackgroundDrawableResource(android.R.color.black)
// dialog.window?.setBackgroundDrawable(ColorDrawable(Color.BLACK))
dialog.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment