Drawable folders in res folder?

后端 未结 3 582
走了就别回头了
走了就别回头了 2020-11-27 05:02

What is the difference between the three drawable folders in the res folder in the project hierarchy? If I have an image to put into a folder, which folder do I put it in? <

3条回答
  •  无人及你
    2020-11-27 05:38

    Here is a reference to multi device options.

    As said by @CommonsWare, you don't need to put resources in anything but res/ layout/ or drawable/ but if you want your program to have a better experience on multiple devices with different screens / density / languages you may want to consider that you have that option.

提交回复
热议问题