F0RIS / sweet-alert-dialog

SweetAlert for Android, a beautiful and clever alert dialog
http://www.pedant.cn
286 stars 82 forks source link

Text not wrapping on custom view (more than 5 lines) #18

Closed ralphgabrielle closed 5 years ago

ralphgabrielle commented 6 years ago

Im not sure if its because of the framelayout, instead of linear layout, but overall, it should work the way it is implemented, but for some reason, if you add a text view at setCustomView(textView) with more than 5 lines of text, it only shows the first 4 lines and omit the rest.

Any fix ? Thanks

F0RIS commented 6 years ago

Seems that this bug was in original repo, I haven't fix that, I tried though