Are you sure you want the large qualifier and not the hdpi qualifier? Large refers to the physical size. Note how the density vs. size matrix in the docs indicates a device can have FWVGA resolution and still not be considered large: http://developer.android.com/intl/de/guide/practices/screens_support.html
On Apr 5, 7:31 am, rajesh chandrasekaran <[email protected]> wrote: > Hi, > > I am trying to use Resource Qualifier for layout as layout-large. But > when the application is starting in the emulator its reading the same > file from default layout folder. The res folder structure is as > below : > > res/ > layout/login.xml > layout-large/login.xml > > What I want is when there is large screen the layout-large/login.xml > file should be read but its not. > > What is wrong over here? > > Any help would be appreciated? > > Thanks & Regards > C.rajesh -- 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 To unsubscribe, reply using "remove me" as the subject.

