Show Dialog nearly full screen in my case (With ActionBar & overlay)
问题 I am working with Android Support package. I have created a dialog: Dialog dialog = new Dialog(activity, android.R.style.Theme_Translucent_NoTitleBar_Fullscreen); Since I would like the dialog show in a full screen, so I applied the theme Theme_Translucent_NoTitleBar_Fullscreen to it & it works. I have following two questions: I would like my dialog to show like full screen still but leave the top ActionBar not be covered by it, what Theme should I use then? How to have an gray color overlay