Search code examples
androidandroid-studioxml-drawable

Android studio multiple drawable folder rename


When I created the Android project I am currently working on, there were no folders for drawable-mdpi, drawable-hdpi, drawable-xhdpi, drawable-xxhdpi, drawable-xxxhdpi. I've added these manually.

I've added in the different sized images across each folder and when I rename them, it gives me the option to rename all versions of that image.

I've noticed that versions in the xxxhdpi folder isn't renaming and seems to be being excluded from association with the other versions.

Is there an option in Android Studio to 'include' the drawable folders that I want associated with one another?

Thanks.


Solution

  • I just tested this in Android Studio 2.0 Beta 5 and it seems to work fine.

    I would suggest either updating Android Studio or providing finer reproduction steps or even a quick screen capture to show exactly where in Android Studio you are performing the action from (ie. from the top menu's, project window).

    You can also check that Android Studio is recognising your self made folders by choosing the "Android" view in the Explorer window, see attachment:

    enter image description here