Android layout folder organization

后端 未结 2 1139
萌比男神i
萌比男神i 2021-01-31 12:31

I am developing an Android app and I currently have about 8 layout xml files in the layout folder. The need for organizing this folder is increasing with each addi

相关标签:
2条回答
  • 2021-01-31 12:51

    Sub folders in resources is not currently supported. I think everyone who read this should put a star on the issue.

    0 讨论(0)
  • 2021-01-31 13:09

    you need to follow the naming convention You cannot create a folder inside a layout. if you want to create a folder, create inside a res folder. ex:- layout-large,layout-small etc

    0 讨论(0)
提交回复
热议问题