This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
afollestad
released this
11 Nov 20:21
·
21 commits
to master
since this release
- 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.