Calling android dialog without it fading the background

You can also remove the dim effect by code with the following:

dialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);

Leave a Comment