Hi, I'm working on an application that displays one of the activities differently depending on the screen size. For this purpose I have included a file "my_layout.xml" in each of the folders: layout layout-small layout-large
The problem is that since the files my_layout use the include tag to include another layout located in the folder "layout", I get a warning "Resources don't contain package for resource number..." and the application uses the DEFAULT layout for large screens and not the layout-large/my_layout.xml. the weird thing is that if I run the application on medium or small screen , the right layout is chosen. Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

