How do I remove the black background from a dialog box in Android. The pic shows the problem.
Somehow Zacharias solution didn't work for me so I have used the below theme to resolve this issue...
One can set this theme to dialog as below
final Dialog dialog = new Dialog(this, R.style.DialogCustomTheme);
Enjoy!!