Bansook Nam
Bansook Nam

Reputation: 591

How to manage drawable folder in Android Studio

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).

Upvotes: 0

Views: 2028

Answers (2)

IntelliJ Amiya
IntelliJ Amiya

Reputation: 75798

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

Upvotes: 1

tom-novak
tom-novak

Reputation: 71

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

Upvotes: 0

Related Questions