How to make an Alert Dialog in full screen in Android?
you must create a custom style for your dialog
in your style.xml
while inflating your dialog set this theme
dialog = new Dialog(this, R.style.DialogTheme);