lewisjdeane / L-Dialogs

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

Add setCustomView Method #7

Closed ChrisMCMine closed 10 years ago

ChrisMCMine commented 10 years ago

Add a Custom View to the Dialog. The View expands to the right and left of the Dialog. Not tested with ViewGroups and special Views but should work fine (Buttons clickable, etc.)

KieronQuinn commented 10 years ago

This is much cleaner than how I was doing it, and needs no layout edits. Nice job