How do I remove the black background from a dialog box in Android. The pic shows the problem.
use this code it's works with me :
Dialog dialog = new Dialog(getActivity(),android.R.style.Theme_Translucent_NoTitleBar); dialog.show();