how to make dialog transparent android code example
Example 1: how to make dialog transparent android
this.window?.setBackgroundDrawableResource(android.R.color.transparent)
Example 2: dialog getWindow().setBackgroundDrawable transparent
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));