I am building an Android program for default screen size (480 * 320), and in order to support for different screen resolutions I use the layout-large resource folder to support the large screen. And I set the <supports-screens/> attribute in the ‘AndroidManifest.xml’. I use the Defy as a target to test. However, the Defy doesn’t use the layout-large and instead use the default layout resource. So how can I solve this problem?
I am building an Android program for default screen size (480 * 320), and
Share
There is no “default screen size” in Android.
res/layout-large/has nothing really to do with “screen resolutions”. It has everything to do with screen physical size. A-largescreen device will generally have a screen size of 5-10″.Of course. The Defy is a
-normalscreen device.What problem?