material-dialogs
material-dialogs copied to clipboard
Fix dialogWrapContent for customView #1853
Fixes dialogWrapContent option of customView #1853.
Previously DialogContentLayout always passed EXACTLY as width spec, which canceled out WRAP_CONTENT width of a custom view. Now it will pass AT_MOST which allows the custom view to actually wrap its content.
Fixes
dialogWrapContentoption ofcustomView#1853.Previously
DialogContentLayoutalways passedEXACTLYas width spec, which canceled outWRAP_CONTENTwidth of a custom view. Now it will passAT_MOSTwhich allows the custom view to actually wrap its content.
I just can't fucking believe that the dev didn't bothered his bum to merge this, yet!