Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@afollestad afollestad released this 16 Mar 08:04
  1. 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.
  2. Dependency upgrades.
  3. 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)
  4. Fixed background fill color on input field of input dialogs when using alpha versions of Material Components alongside this lib.