lewisjdeane / L-Dialogs

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

Problem at setCustomView() #33

Closed mthli closed 10 years ago

mthli commented 10 years ago

setCustomView() is good, but when I use it, I found a problem.

When I try to add a WebView at a L-Dialogs, you know that some web pages are long so they compress the Confirm Button and the Cancel Buttom under the screen, we can't see them.

Meanwhile, the AlertDialog doesn't have this problem, we can still get the Button.

ChrisMCMine commented 10 years ago

40 should fix this