I am Developing Application with multiple device support.
Now i want to know which Layout is Galaxy Tab Support? I mean like layout-large or layout-small, layout-xlarge or anyother ??
Samw with which drawable is supported by galary tab for images to place. ?
Thanks.
You can also use the new size qualifiers in the supports-screens.(for android 3.2 and above)
Here are some numbers for typical screen widths:
320dp: a typical phone screen (240×320 ldpi, 320×480 mdpi, 480×800 hdpi, etc).
480dp: a tweener tablet like the Streak (480×800 mdpi).
600dp: a 7” tablet (600×1024 mdpi).
720dp: a 10” tablet (720×1280 mdpi, 800×1280 mdpi, etc).
Refer to the dev guide on screen supports