Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

1.0.0-beta05

Latest
Compare
Choose a tag to compare
@afollestad afollestad released this 11 Nov 20:21
· 21 commits to master since this release
  1. Support per-Activity inflation delegates, see #120.
  2. Deprecate Res-suffixed color mutators in favor of optional parameters. E.g. colorPrimaryRes(colorRes) would now be colorPrimary(res = colorRes).
  3. Fix some bugs around status bar and navigation bar color application.
  4. Various code cleanup and simplification.