VectorMaster
VectorMaster copied to clipboard
Dynamic control over vector drawables!
jcenter will be sunset on May 1, 2020 [announcement](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)
Hi, I want_ to try this lib, but I get an exception. Here is a cutout of the exception. `Caused by: android.view.InflateException: Binary XML file line #115: Error inflating class...
Hey, I'm trying to modify a vector image in a persistent notification. Can I do this with VectorMaster? The normal way of changing things in a notification is via a...
Is it possible to process color attribute values like '@color/myColor', '@android:color/systemColor' and look up the value?
Sadly starting from Android Q (or later, if you use the legacy flag), Google forces to use SAF instead of File. This means that parsing APK files is almost impossible,...
I have the following Vector Drawable.. ``` ``` Unfortunately, since the ```fillColor``` is set to a gradient in the ```fillColorPath``` path, ```PathModel.getFillColor``` returns 0, which is incorrect. I'm gathering this...
Hi, Is there way, using this library dynamically resize vector drawables, (programatically, maybe)? Thanks
Hi, It appears your library can take a lot of time when loading complex drawables (over 15 paths), especially on older devices. You use XmlPullParser, but do you think VDT-XML...
Hi @jaysondc Utils.getVectorModel(this, resourceId); not found, is there any missing me?