VectorChildFinder
VectorChildFinder copied to clipboard
VectorChildFinder helps to find inner elements of vector drawable like path and group.
https://jitpack.io/#devendroid/VectorChildFinder Version 1.0.1 - status: error
I'm trying to sync an Android project that has used this library since last fall, but suddenly I'm getting an issue with just syncing the gradle. I've tried "invalidate caches/restart"...
I tried to add this dependency, and I got this error when trying to build&run: ``` e: Supertypes of the following classes cannot be resolved. Please make sure you have...
``` @Composable fun Button(style: ButtonStyle = ButtonStyle()) { val colorFilter = style.centerImageTintColorRes.let { ColorFilter.tint(colorRes(id = it)) } val imageView = ImageView(LocalContext.current) val vector = VectorChildFinder(LocalContext.current, style.centerImageRes, imageView) val path1: VectorDrawableCompat.VFullPath...
I am getting a bunch of SVG files directly from API and I have no idea how to convert them to XML. Could this library read the SVG directly?
I get error trying to use this library with animated-vector. Here's my animated-vector: ` ` Here's my code: ` VectorChildFinder finder = new VectorChildFinder(getContext(), iconRes, icon); VectorDrawableCompat.VFullPath path = finder.findPathByName("root");...
The library seems to crash whenever it tries inflate a vector which as a gradient in it. (see example file below) ``` ``` The stacktrace is ``` android.content.res.Resources$NotFoundException: Can't find...