Can the Android drawable directory contain subdirectories?

后端 未结 21 1211
醉梦人生
醉梦人生 2020-11-22 04:13

In the Android SDK documentation, all of the examples used with the @drawable/my_image xml syntax directly address images that are stored in the res/drawable directory in my

21条回答
  •  时光取名叫无心
    2020-11-22 04:59

    I've wrote an eclipse plugin which allows to create virtual subfolder by separating the file name with two underscores __. The project is in early stages, but don't worry it won't crash your IDE

    more details can be found here, feel free to fork and send pull requests:

    https://github.com/kirill578/Android-Sorted-Res-Folder

    enter image description here

提交回复
热议问题