Problem
My project is growing and with it, the amount of files in the layout folder, and it is already becoming somewhat difficult to find a specific file, since they are not grouped in any way, just in alphabetical order.
Then I tried to create subfolders for layout, to separate them by sessions, for example:
layout
-- layout_grid
-- grid_detail.xml
-- grid_item.xml
--layout_form
-- form1.xml
-- form2.xml
But this does not seem to be supported by Android since xml's
are no longer found.
Questions
I wonder if it's possible to somehow create subfolders for layout
If the answer to the previous question is No , then if there is any another good practice for organizing the layout folder?