I'm making an android app with dark mode applied
I Manage background images in drawable-xx and drawable-night-xx.
But even in normal mode, I want to use background image in drawable-night-xx for specific layout.
How can I do it? (I'm looking for a way to avoid renaming the image)
Just put the same drawable in both folders.