This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
2.7.0
- Undid dialog max width changes again, to what they were before they looked small. Added
maxWidth
setter function that you can use to custom dialog max widths if you wish, although it's discouraged. - Added a
dialogWrapContent
parameter tocustomView(...)
which instructs the dialog to set its max width to the measured width of your custom view. - The
datetime
dialogs use thedialogWrapContent
parameter above, which fixes how they look in landscape etc. - You can set a
maxDate
for date picker dialogs. - Misc. bug fixes and code cleanup.