lewisjdeane / L-Dialogs

A small library replicating the new dialogs in android L.
567 stars 100 forks source link

Long text cannot be showed #36

Closed franshua91 closed 10 years ago

franshua91 commented 10 years ago

My content text is very long and it does not have a scroller in order to see all the text.

Thanks

prashantwosti commented 10 years ago

yes, I too need a scrollable content text.

lewisjdeane commented 10 years ago

Use setCustomView method with a ScrollView and it will work, I will default it to a ScollView soon however.

prashantwosti commented 10 years ago

Normal users would like to see a workaround example for setCustomView with CustomDialog.

Thanks

ChrisMCMine commented 10 years ago

40 fixes this by wrapping everything inside a ScrollView