Hi,
I am having layout which I want to render on to different sizes of mobile (like WVGA854). Resource structure is like
res\layout\main.xml res\layout-large\main.xml
By default it is taking layout main.xml file itself of layout. Its not pointing to layout-large\main.xml
its throwing exception:Activity can not start resource not found
So can any one guide me how can I acheive this and how to support mutiple screens with different layouts like large,small and default along with images specified in respective dip folders.
Thanks in advance
Regards: Jayanth