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
Rajesh