11
score
1.8K
views
no
status
CC BY-SA 3.0
How to make an application's vector drawable override a library's vector drawable?
When the library project is built, the VectorDrawable creates PNG files for each density and places the original VectorDrawable in drawable-anydpi-v21 . If you place your VectorDrawable in drawable-anydpi-v21 in your...