-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaspect-ratio-1-1.xml
121 lines (104 loc) · 3.6 KB
/
aspect-ratio-1-1.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<theme>
<formatVersion>7</formatVersion>
<include>./help-system.xml</include>
<!-- Screen -->
<view name="screen">
<batteryIndicator name="batteryIndicator">
<pos>0 0.030555555555556</pos><!-- 0 22 -->
<size>0.972222222222222 0.05</size><!-- 700 36 -->
</batteryIndicator>
</view>
<!-- All Views -->
<view name="system,basic,detailed,video">
<text name="system-label" extra="true">
<visible>false</visible>
</text>
<image name="helpSeperator" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0.88</pos>
<size>0.9 0.001388888888889</size>
<path>${spacerImage}</path>
<tile>true</tile>
<zIndex>3</zIndex>
<color>ffffff33</color>
</image>
<helpsystem name="help">
<origin>0.5 1</origin>
<pos>0.5 0.95</pos>
<fontSize>0.02962962962963</fontSize><!-- 32 -->
</helpsystem>
</view>
<!-- System View -->
<view name="system">
<text name="system-description" extra="true">
<visible>false</visible>
</text>
<carousel name="systemcarousel">
<type>horizontal</type>
<origin>0.5 0</origin>
<pos>0.5 0</pos>
<size>1 0.694444444444444</size>
<logoSize>1 0.694444444444444</logoSize>
</carousel>
<text name="system-name" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0.65</pos><!-- 144 166 -->
<size>0.85 0.13</size>
<fontSize>0.062962962962963</fontSize><!-- 68 -->
<alignment>center</alignment>
<verticalAlignment>bottom</verticalAlignment>
</text>
<text name="systemInfo">
<origin>0.5 0</origin>
<pos>0.5 0.80</pos>
<size>0.3 0</size>
<fontSize>0.041666666666667</fontSize><!-- 32 -->
<lineSpacing>1</lineSpacing>
<alignment>center</alignment>
</text>
</view>
<!-- Gamelist View: All -->
<view name="basic,detailed,video">
<text name="system-name" extra="true">
<pos>0.05 0.038888888888889</pos><!-- 36 28 -->
<size>0.6 0</size><!-- 432 - -->
<fontSize>0.047222222222222</fontSize><!-- 34 -->
</text>
<textlist name="gamelist">
<pos>0 0.17</pos><!-- 0 300 -->
<size>0.6 0.666666666666667</size><!-- 432 480 -->
<fontSize>0.041666666666667</fontSize><!-- 30 -->
<horizontalMargin>0.05</horizontalMargin><!-- 36 -->
</textlist>
</view>
<view name="basic">
<image name="system-art" extra="true">
<origin>0.5 0.5</origin>
<pos>0.773611111111111 0.501388888888889</pos><!-- 557 361 -->
<maxSize>0.347222222222222 0.663888888888889</maxSize><!-- 250 478 -->
</image>
</view>
<view name="detailed">
<image name="md_image">
<origin>0.5 0.5</origin>
<pos>0.773611111111111 0.501388888888889</pos><!-- 557 361 -->
<minSize>0.347222222222222 0.663888888888889</minSize><!-- 250 478 -->
</image>
</view>
<view name="video">
<video name="md_video">
<origin>0.5 0.5</origin>
<pos>0.773611111111111 0.501388888888889</pos><!-- 557 361 -->
<minSize>0.347222222222222 0.663888888888889</minSize><!-- 250 478 -->
</video>
</view>
<!-- Customizations -->
<!-- System View Video -->
<view name="system">
<video ifSubset="color-scheme:colorful,system-view-video:on" name="systemVideo" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0</pos>
<maxSize>1.234567901234568 0.694444444444444</maxSize>
</video>
</view>
</theme>