I want to use different layouts for Samsung Galaxy Note (5.3 inch display) and Acer Iconia Tab A100(7 inch display). However, they both use the layout declared in res/layout-large
As described here, starting from Android 3.2, the developer can declare layout based on the screen width, instead of using the now deprecated large, xlarge and other qualifiers. So I would declare a different layout for Acer Iconia Tab A100 in res/layout-sw600dp.
However, is there a way to achieve different layouts for the 2 devices if the tablet has Android 3.0 installed?