I am working on an android application where I am using DialogFragment to display the dialog but its width is very small. How I can make this width to fil
DialogFragment
fil
in your layout root, set android:minWidth to a very large value e.g
...