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 wrapping your dialog_custom_layout.xml into RelativeLayout . That worked for me.
dialog_custom_layout.xml
RelativeLayout