Posts by Mário Henrique • 21 points
1 post
-
2
votes3
answers1444
viewsA: Organize XML’s layout in the Android project’s Resources(res)
There is actually a way to organize the Sources using subfolders. In the file Gradle (app level), you will need to use the tag sourceSets: sourceSets { main { res.srcDirs = [ 'src/main/res',…