4

I know in android studio you can not create layout subfolders as shown below.

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

Is there any third party plugin in android Studio which gives the above functionality?

vipin
  • 229
  • 1
  • 3
  • 8

1 Answers1

5

you can do like this! By adding your folder paths in main{ }.

Source: Click here!

Narendra Baratam
  • 828
  • 1
  • 12
  • 26