orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

How to set height and width of the dialog ? #120

Closed Nitin-Daddikar closed 6 years ago

Nitin-Daddikar commented 7 years ago

When i open the dialog it showing me full screen... It does not look good in my case... Is there any way to set height and width ?

saeed-rz commented 7 years ago

you can use .SetContentWidth and .SetContentHeight method also if u want use expanded feature. use setExpanded(true,desireHeight)

orhanobut commented 6 years ago

Above answer should be good 👍 Closing this issue.