How do I remove the black background from a dialog box in Android. The pic shows the problem.
Try this in your code:
getWindow().setBackgroundDrawableResource(android.R.color.transparent);
it will definately working...in my case...! my frend