2
Following,
I have a project that will be huge in the end. currently I finished 1 module of a total of 4 modules and it is already full of layouts, etc. Follow an image just for you to be aware of how much file you have:
And still have a lot more layouts down yet...
Anyway, I would like to separate everything that is within res/layout within subfolders. It is possible?
So I even saw this issue in the gringo stack, I didn’t get to open the guy’s project on github (I’m going to open it now) but after I did that, it started kicking ass in the java.... I’ll take a look at the guy’s design to see how he references this issue there
– Matheus Suffi
I use this example and everything works. Do the test there.
– Guilherme Montanher
It’s just seen. 1 thing I did wrong. I tried using the "layout" folder after I realized that it creates another folder named layouts... I did the same and it worked. Thanks for the help!
– Matheus Suffi
How do I create the folders themselves? I did this in Gradle but the folders do not appear within layout
– Igor Oliveira