Is there any way to make my Dialog view full screen, i.e dialog occupy the entire screen (like an Activity). I tried using the LayoutParams and styles like
Try this
dialog = new Dialog(context,android.R.style.Theme_Translucent_NoTitleBar_Fullscreen);