If I create a library and add the usual drawable int drawable-xxhdpi, then add a resource file with the same name in the app.the application. Reasource will replace the library resource like:

But if I use the svg resource, it will not replace the library resource, for example:

How to replace a vector drawing?
android vector drawable svg
cs x
source share