ExampleDialogFragment.java
@Override public void onResume() { super.onResume(); getDialog().getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT,WindowManager.LayoutParams.WRAP_CONTENT); }
References
https://github.com/mhdr/AndroidSamples/tree/master/072