Can the Android drawable directory contain subdirectories?

后端 未结 21 1212
醉梦人生
醉梦人生 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:36

    With the advent of library system, creating a library per big set of assets could be a solution.

    It is still problematic as one must avoid using the same names within all the assets but using a prefix scheme per library should help with that.

    It's not as simple as being able to create folders but that helps keeping things sane...

提交回复
热议问题