I need to remove the title in the dialog. Notice I do not need an empty header. I need to delete the header section. The following is my code:
final Dialog dialog1=new Dialog(context); dialog1.setContentView(R.layout.redeemvoucher_first); dialog1.setCanceledOnTouchOutside(true); dialog1.getWindow().setLayout(900,500); dialog1.show();
source share