Releases: woxingxiao/VectorCompatTextView
Releases · woxingxiao/VectorCompatTextView
2.2 release
Drawable color changes automatically with text color changing when attr tintDrawableInTextColor
is true.
2.1 release
Make drawable mutable when tinting.
2.0 release
Compatible with pre 4.4, support for CheckedState
1.6 release
Enhance basing on 1.5.
1.5 release
Two new features:
- Adjust width and height of text
- Customize drawable size
1.4 release
Update build.gradle
1.3 release
Be able to set color to compoundDrawables.
1.2 release
setTextColor()
in java code can be effective when attr tintDrawableInTextColor
is true
.
1.1 release
Compat targetSdkVersion < 25
.
1.0 release
First version.