I have been trying to set a custom AlertDialog but was not able to get correctly.
prompt.xml
Try this
Dialog dialog = new Dialog(MainAppActivity.this, R.style.PauseDialog); dialog.setContentView(R.layout.prompt); dialog.setCancelable(true); dialog.show();
and in style.xml