Android Studio drawable folders

后端 未结 8 1797
野的像风
野的像风 2020-12-09 00:37

In Android Studio, I can\'t figure out where to put images to be used inside the app. The drawable folder isn\'t broken down into drawable-hdpi, drawable-ldpi, etc. I saw an

8条回答
  •  不思量自难忘°
    2020-12-09 01:11

    If you don't see a drawable folder for the DPI that you need, you can create it yourself. There's nothing magical about it; it's just a folder which needs to have the correct name.

提交回复
热议问题