According the design guidelines there are two types of material dialogs:
https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs
https://www.google.com/design/spec/components/dialogs.html#dialogs-full-screen-dialogs
Version 2.1.0 was always displayed fullscreen dialogs (small padding around the dialog)
But latest version alway use huge padding according the dialog, so dialogs with more content looks very weird.
Question is. Is possible to auto detect normal and fullscreen mode according the content or it is better way provide some new method in the builder which will enable fullscreen mode on demand?