How to make an Alert dialog in full screen in Android?

user6629610 picture user6629610 · Jul 23, 2016 · Viewed 27.3k times · Source

How to make an Alert Dialog in full screen in Android?

Answer

emrekose26 picture emrekose26 · Jul 23, 2016

Try below code

AlertDialog.Builder alertDialog = new AlertDialog.Builder(this,android.R.style.Theme_Black_NoTitleBar_Fullscreen);