uidesigner/com.nokia.sdt.component.symbian/data/s60/supportedLayouts.xml
author Steve Sobek <steve.sobek@nokia.com>
Tue, 14 Apr 2009 18:40:50 -0500
changeset 96 dc3dca9ced31
parent 2 d760517a8095
permissions -rw-r--r--
Fix TOC XML in hopes that 2.1 will build & carefully formatted lots of lines for readability.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<layouts>
cawthron
parents:
diff changeset
     3
	<!-- classic fonts -->
cawthron
parents:
diff changeset
     4
	<layout minSDKVersion="2.0" maxSDKVersion="2.7.9">
cawthron
parents:
diff changeset
     5
		classic_portrait_2_x
cawthron
parents:
diff changeset
     6
	</layout>
cawthron
parents:
diff changeset
     7
	<!-- classic fonts in classic res, else scalable -->
cawthron
parents:
diff changeset
     8
	<layout minSDKVersion="2.8" maxSDKVersion="2.9.9">
cawthron
parents:
diff changeset
     9
		classic_portrait_2_x;qvga_portrait;dblres_portrait
cawthron
parents:
diff changeset
    10
	</layout>
cawthron
parents:
diff changeset
    11
	<!-- all scalable -->
cawthron
parents:
diff changeset
    12
	<layout minSDKVersion="3.0" maxSDKVersion="3.0.9">
cawthron
parents:
diff changeset
    13
		classic_portrait;classic_landscape_right;qvga_portrait;qvga_landscape_right;dblres_portrait;dblres_landscape_right
cawthron
parents:
diff changeset
    14
	</layout>
cawthron
parents:
diff changeset
    15
	<layout minSDKVersion="3.1" maxSDKVersion="3.9.9">
cawthron
parents:
diff changeset
    16
		qvga_portrait_3_1;qvga_landscape_right_3_1
cawthron
parents:
diff changeset
    17
	</layout>
cawthron
parents:
diff changeset
    18
	<!-- still need to add qhd_landscape;vga_portrait;vga_landscape -->
cawthron
parents:
diff changeset
    19
	<layout minSDKVersion="5.0">
cawthron
parents:
diff changeset
    20
		qvga_portrait_3_1;qvga_landscape_right_3_1;qhd_portrait;qhd_landscape_right;vga_portrait;vga_landscape
cawthron
parents:
diff changeset
    21
	</layout>
cawthron
parents:
diff changeset
    22
</layouts>