1.0.0-beta01
An all new internal engine is being used for dynamic theming. The library is much less limited. Not only does it understand these as color values for text color, hint text color, image view tint, etc.:
- ?colorPrimary and ?android:colorPrimary
- ?colorPrimaryDark and ?android:colorPrimaryDark
- ?colorAccent and ?android:colorAccent
- ?android:statusBarColor
- ?android:navigationBarColor
- ?android:windowBackground
- ?android:textColorPrimary
- ?android:textColorPrimaryInverse
- ?android:textColorSecondary
- ?android:textColorSecondaryInverse
You can also now assign dynamic values to custom attributes using Aesthetic's
attribute/attributeResmodifiers.
The ability to ignore views with tags has been improved, see the README.
Other various improvements, internal cleanup and redesign, and bug fixes have been made.
Check out the README and sample project for latest usage of everything!