I want to remove a transparent dark backgrond outside of dialog box.
<
Hope this will help you...
dialog.getWindow().getDecorView().setBackgroundResource(android.R.color.transparent); dialog.getWindow().setDimAmount(0.0f); dialog.show();