Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread TreKing
On Sun, Apr 15, 2012 at 11:14 PM, Put_tiMe putt...@gmail.com wrote: Is there any way the resource compiler can handle this? No. http://code.google.com/p/android/issues/detail?id=10215 - TreKing

Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread Put_tiMe
25, but growing. More than the number, it's the sheer time it takes to remember the name of the layout. On Monday, April 16, 2012 9:47:01 AM UTC+5:30, Kumar Bibek wrote: No. It's not possible. Btw, how many layouts you have now? Just curious. *Thanks and Regards, Kumar Bibek* *

Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread TreKing
On Mon, Apr 16, 2012 at 10:32 AM, Put_tiMe putt...@gmail.com wrote: More than the number, it's the sheer time it takes to remember the name of the layout. Use a naming convention that acts as though you do have subfolders: Instead of *R.layout.layout_a*, use

[android-developers] Sub folders under 'layout'

2012-04-15 Thread Put_tiMe
The number of XML's in my layout folder is growing and is becoming difficult to manage. So I want to create sub folders, under layout, to better manage this. Is there any way the resource compiler can handle this? So instead of *R.layout.layout_a* I want to refer it as *

Re: [android-developers] Sub folders under 'layout'

2012-04-15 Thread Kumar Bibek
No. It's not possible. Btw, how many layouts you have now? Just curious. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Apr 16, 2012 at 9:44 AM, Put_tiMe putt...@gmail.com wrote: The number of XML's in my layout folder is growing and is