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
This works for me perfectly.
android:minWidth="300dp"
Through this you can give the width to dialog Fragment.