-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaspect-ratio-3-2.xml
104 lines (99 loc) · 2.91 KB
/
aspect-ratio-3-2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!--
3:2 aspect ratio
based on 720x480
-->
<theme>
<formatVersion>7</formatVersion>
<!--
///
All Views
///
-->
<view name="system,basic,detailed">
<!-- System Indicators -->
<stackpanel name="system-indicators" extra="true">
<w>0.88055556</w><!-- 634 -->
<separator>0.01388889</separator>
</stackpanel>
<!-- Images -->
<image name="textlist-outer-border">
<path>./_inc/images/3-2/textlist-outer-border.svg</path>
</image>
<image name="textlist-inner-border">
<path>./_inc/images/3-2/textlist-inner-border.svg</path>
</image>
<image name="textlist-background">
<path>./_inc/images/3-2/textlist-background.svg</path>
</image>
<image name="textlist-background-lines">
<path>./_inc/images/3-2/textlist-background-lines.svg</path>
</image>
<image name="viewname-border">
<path>./_inc/images/3-2/viewname-border.svg</path>
</image>
<image name="viewname-background">
<path>./_inc/images/3-2/viewname-background.svg</path>
</image>
<image name="helpsystem-outer-border">
<path>./_inc/images/3-2/helpsystem-outer-border.svg</path>
</image>
<image name="helpsystem-inner-border">
<path>./_inc/images/3-2/helpsystem-inner-border.svg</path>
</image>
<image name="helpsystem-background">
<path>./_inc/images/3-2/helpsystem-background.svg</path>
</image>
<!-- Text -->
<text name="viewname" extra="true">
<x>0.12222222</x><!-- 88 -->
</text>
<!-- Help -->
<helpsystem name="help">
<fontSize>0.02291667</fontSize><!-- 11 -->
</helpsystem>
</view>
<!--
///
System View
///
-->
<view name="system">
<textlist name="textlist">
<x>0.05555556</x><!-- 40 -->
<w>0.88888889</w><!-- 640 -->
</textlist>
</view>
<!--
///
Gamelist View
///
-->
<view name="basic,detailed">
<textlist name="gamelist">
<x>0.05555556</x><!-- 40 -->
<w>0.88888889</w><!-- 640 -->
</textlist>
</view>
<!--
///
View: Gamelist (Game Artwork: Image, Boxart, Logo)
///
-->
<view name="detailed" ifSubset="gamelist-view-artwork:image|boxart|logo">
<textlist name="gamelist">
<w>0.50833333</w><!-- 366 -->
</textlist>
<image name="game-art-background" extra="true">
<pos>0.75416667 0.48125</pos><!-- 543 231 -->
<size>0.38055556 0.52916667</size><!-- 274 254 -->
</image>
<image name="game-artwork" extra="true">
<pos>0.78194444 0.48125</pos><!-- 563 231 -->
<maxSize>0.325 0.52916667</maxSize><!-- 234 254 -->
</image>
<video name="game-video" extra="true">
<pos>0.78194444 0.48125</pos><!-- 563 231 -->
<minSize>0.325 0.52916667</minSize><!-- 234 254 -->
</video>
</view>
</theme>