2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<layouts>
|
|
3 |
<!-- classic fonts -->
|
|
4 |
<layout minSDKVersion="2.0" maxSDKVersion="2.7.9">
|
|
5 |
classic_portrait_2_x
|
|
6 |
</layout>
|
|
7 |
<!-- classic fonts in classic res, else scalable -->
|
|
8 |
<layout minSDKVersion="2.8" maxSDKVersion="2.9.9">
|
|
9 |
classic_portrait_2_x;qvga_portrait;dblres_portrait
|
|
10 |
</layout>
|
|
11 |
<!-- all scalable -->
|
|
12 |
<layout minSDKVersion="3.0" maxSDKVersion="3.0.9">
|
|
13 |
classic_portrait;classic_landscape_right;qvga_portrait;qvga_landscape_right;dblres_portrait;dblres_landscape_right
|
|
14 |
</layout>
|
|
15 |
<layout minSDKVersion="3.1" maxSDKVersion="3.9.9">
|
|
16 |
qvga_portrait_3_1;qvga_landscape_right_3_1
|
|
17 |
</layout>
|
|
18 |
<!-- still need to add qhd_landscape;vga_portrait;vga_landscape -->
|
|
19 |
<layout minSDKVersion="5.0">
|
|
20 |
qvga_portrait_3_1;qvga_landscape_right_3_1;qhd_portrait;qhd_landscape_right;vga_portrait;vga_landscape
|
|
21 |
</layout>
|
|
22 |
</layouts>
|