material-dialogs icon indicating copy to clipboard operation
material-dialogs copied to clipboard

Fix dialogWrapContent for customView #1853

Open haluzpav opened this issue 5 years ago • 1 comments

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.

haluzpav avatar Dec 09 '20 14:12 haluzpav

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.

I just can't fucking believe that the dev didn't bothered his bum to merge this, yet!

XiXiongMaoXiong avatar May 05 '21 07:05 XiXiongMaoXiong