September 14th, 2011, 03:23 AM
|
#1 (permalink)
|
|
Junior Member
Join Date: Jul 2011
Posts: 27
Device(s):
Thanks: 9
Thanked 2 Times in 2 Posts
|
How to make single application to support multiple Resolution ?
Hi,
I want to make universal build(application) that should support mentioned resolution devices :
like
320X480,
480X800,
480X854 and
540 x 960.
I want to use the same Image resources. According to the developer site, I tried both mentioned naming convension for res folder but unfortunately all devices are taking layout resources from res/layout (default) only. I dont know why it is taking from here while I made separate layout folder for each view.
res/layout,
res/layout-small
res/layout-large
OR,
res/layout,
res/layout-ldpi,
res/layout-mdpi,
res/layout-hdpi.
I tried both way, still having the same problem.
Please help to resolve it.
Thanks in Advance,
Andy
|
|
|