This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
2.1.0
- Fix layout issues with action buttons and content views (to match Material Spec correctly, again). To visualize this, call
debugMode(true)
on your dialogs before opening them. - Dependency upgrades.
- A new
lifecycle
module is available, which for now just adds an extension method to auto close dialogs when a lifecycle owner is destroyed. Check out the README for details. (will be available through jCenter shortly) - Fixed background fill color on input field of input dialogs when using alpha versions of Material Components alongside this lib.