Search code examples
androiddarkmode

how to use image in dark mode drawable even in normal mode?


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)


Solution

  • Just put the same drawable in both folders.