I would like to create sub-folders in the layout folder for organization purpose. I know this was no possible in Eclipse but according to this issue is now possible with gradle build system in Android Studio:
Marking this as released. This is largely possible in the Gradle build system as it exists today, and we won't be implementing this for other build systems.
Status: Released
Cc: sba...@google.com
But I couldn't find anything searching on Google. I tried creating a sub-folder but I can't access it using R.layout.subfolder.my_layout.xml
. How is the way to do it?