tags:

views:

41

answers:

1

Hi, My layout files are growing and growing. So I came up with an idea of putting them in subdirectories. Is it possible? Simple code:

<include android:id="@+id/mLayout" layout="@layout/subdirectory/blahblah">

seem not to work.

+1  A: 

The short answer is: no it isn't possible.

You can only make subfolders for different resolutions and screen sizes.

Roflcoptr
Ehhh, what a pity. Thanks anyway.
LordTwaroog