Answers for "how to show dialog without make the background transparent in android"

0

transparent dialog in android

dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));
Posted by: Guest on October-16-2020
0

how to make dialog transparent android

this.window?.setBackgroundDrawableResource(android.R.color.transparent)
Posted by: Guest on August-25-2020

Code answers related to "how to show dialog without make the background transparent in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language