Can the Android layout folder contain subfolders?
You CAN do this with gradle. I’ve made a demo project showing how. The trick is to use gradle’s ability to merge multiple resource folders, and set the res folder as well as the nested subfolders in the sourceSets block. The quirk is that you can’t declare a container resource folder before you declare that … Read more