How to set dialog to show in full screen?

user790156 picture user790156 · Jun 13, 2011 · Viewed 219.4k times · Source

I have a GridView and i want to make an implémentation of a dialog, on which the picture that i have selected should display in full screen.

so how can i make the dialog shows in a full screen mode ? thanks!

Answer

Ahmed Salem picture Ahmed Salem · Sep 29, 2011

try

Dialog dialog=new Dialog(this,android.R.style.Theme_Black_NoTitleBar_Fullscreen)