I’m finding it not intuitive to import a separate ...
# android-studio
j
I’m finding it not intuitive to import a separate dark version of a Vector Drawable image in Android Studio Arctic Fox. If I right click on “drawable-night” and then select new > Vector Asset, it still adds the image in “drawable” instead of “drawable-night”. To work around this, I have to add the Vector image with a different name, manually move it to drawable-night, and then rename it to match the image in drawable. Seems like there should be a better way to do this, though.