How to make DialogFragment width to Fill_Parent

前端 未结 18 2481
栀梦
栀梦 2020-12-04 08:21

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

18条回答
  •  暖寄归人
    2020-12-04 08:56

    This works for me perfectly.

    android:minWidth="300dp"
    

    Through this you can give the width to dialog Fragment.

提交回复
热议问题