[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
Hi all, In android, to support all the screen resolution, i have created the layout, layout-small, layout-large folder in res folder, and i have .xml file in all the folder. I can get the output in normal screen and small screen resolution, but in large screen emulator i am getting the

[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
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