Improved
1.0.0-beta05
- Support per-Activity inflation delegates, see #120.
- Deprecate
Res-suffixed color mutators in favor of optional parameters. E.g.colorPrimaryRes(colorRes)would now becolorPrimary(res = colorRes). - Fix some bugs around status bar and navigation bar color application.
- Various code cleanup and simplification.