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
For me, it worked when I replaced the LinearLayout parent of the layout inflated in onCreateView by RelativeLayout. No other code change required.