How do I remove the black background from a dialog box in Android. The pic shows the problem.
if you want destroy dark background of dialog , use this
dialog.getWindow().setDimAmount(0);