Is there any plugin in Android Studio for creating Layout subfolders?

I know that in Android studio you cannot create layout subfolders as shown below.

layout
    -subfolder1
        --layout.xml
        --layut2.xml
    -subfolder2
        --layout3.xml

Is there any third-party plugin in android Studio that gives the above functions?

+4
source share
1 answer

you can do like this! Adding folder paths in main {}.

Source: Click here!

+4
source

Source: https://habr.com/ru/post/1616834/


All Articles