I have a VectorDrawable consists of 9 rectangles. This is defined as an XML in the the drawables folder. I have this set as the background for an ImageView that I have dec
Try this library https://github.com/devendroid/VectorChildFinder
val vector = VectorChildFinder(context, R.drawable.drawable_id, imageView) vector.findPathByName("path_name").fillColor = Color.RED