Android drawable-hdpi-night folder

风流意气都作罢 提交于 2020-06-25 08:58:27

问题


Please help, I am playing with small example of day-night mode in Android. So far so good. I have 2 images (of multiple size) that I am displaying depending on the phone mode (day/night), unfortunately I can't get it how, to name the folders that contain the images (in different resolution) in order to have a separate distinction. For the proper moment, the picture below contains the last try:

and the error:

Also I would like to have this structure into separate landscape/portrait folders us well. Thanks in advance.


回答1:


It should be /res/drawable-night-**



来源:https://stackoverflow.com/questions/41937678/android-drawable-hdpi-night-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!