lewisjdeane / L-Dialogs

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

Set custom view as content #27

Closed ztc1997 closed 10 years ago

ztc1997 commented 10 years ago

Could you add a method to set custom view as content, like setView() in original AlertDialog.Buider? I have tried setCustomView(), but it will replace all views include what I do not want to replace. sorry for my bad English.

lewisjdeane commented 10 years ago

I have, use setCustomView and pass in a view or view group, it doesn't replace any views.