F0RIS/sweet-alert-dialog

Change the width of the dialog box

huseyin39 opened this issue · 3 comments

There isn't any possibility to set manually the width of the box right?

F0RIS commented

@huseyin39 you can try set here wrap_content and then it will adjust to your cutom view width
https://github.com/F0RIS/sweet-alert-dialog/blob/master/library/src/main/res/layout/alert_dialog.xml#L164

@F0RIS Thanks !

F0RIS commented

@huseyin39 write if it solves your problem, bcz I changed that line for my project too, may be this change should be released