0

I just moved Eclipse Based Android Project to AndroidStudio.

And I figure out drawable folders got combined.

enter image description here

My question is...
How can I change image(xhdpi) to image(hdpi)
And How can I add more image and Make folder base image.png.(like this screenshot).

Andrey Korneyev
  • 26,353
  • 15
  • 70
  • 71
Bansook Nam
  • 551
  • 5
  • 17

2 Answers2

1

If you don't see a drawable folder (xhdpi to hdpi) 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.

Curtsy Yole Sir

Community
  • 1
  • 1
IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198
0

Change image folder (for example xhdpi to hdpi) is possible via right mouse click > refactor > move. And now you can select subfolder.

tom-novak
  • 71
  • 2