文件名称:Android代码-ColoredVector-Andorid
文件大小:116KB
文件格式:ZIP
更新时间:2022-08-25 20:38:02
Android代码
Android Colored Vector Drawable Use this library to change colors of your vector drawables easily from your code. If you want to set a colored vector in Imageview: DrawableHelper .withContext(this) .withColor(R.color.white) .withDrawable(R.drawable.ic_search_24dp) .tint() .applyTo(mSearchItem); If you want to set a colored vector as a ToolBar icon: final Drawable drawable = DrawableHelper .withContext(this) .
【文件预览】:
ColoredVector-Android-master
----.gitignore(97B)
----app()
--------.gitignore(7B)
--------build.gradle(773B)
--------src()
--------proguard-rules.pro(665B)
----settings.gradle(27B)
----build.gradle(642B)
----library()
--------.gitignore(7B)
--------build.gradle(916B)
--------src()
--------proguard-rules.pro(665B)
----gradlew(5KB)
----README.md(1KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.idea()
--------misc.xml(4KB)
--------encodings.xml(200B)
--------gradle.xml(661B)
--------vcs.xml(164B)
--------copyright()
--------qaplug_profiles.xml(53KB)
--------runConfigurations.xml(564B)
--------dictionaries()
--------compiler.xml(686B)
--------.name(13B)
--------modules.xml(476B)
----gradle()
--------wrapper()