-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaspect-ratio-3-2.xml
129 lines (125 loc) · 4.28 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!--
3:2 aspect ratio
based on 720x480
-->
<theme>
<!--
///
System View
///
-->
<view name="system">
<carousel name="system-carousel">
<itemSize>0.7 0.6</itemSize><!-- 504 288 -->
</carousel>
</view>
<!--
///
Gamelist View - List Variants
///
-->
<variant name="
gamelist-list-metadata-screenshot-marquee,
gamelist-list-metadata-screenshot-cover,
gamelist-list-screenshot
">
<view name="gamelist">
<image name="gamelist-textlist-background-shadow">
<path>./_inc/images/gamelist-view/3-2/list-textlist-background-shadow.svg</path>
</image>
<image name="gamelist-textlist-background">
<path>./_inc/images/gamelist-view/3-2/list-textlist-background.svg</path>
</image>
<image name="gamelist-system-logo">
<pos>0.23333333 0.1</pos><!-- 168 48 -->
<maxSize>0.31111111 0.125</maxSize><!-- 224 60 -->
</image>
<textlist name="gamelist-textlist">
<pos>0.0 0.2</pos><!-- 0 96 -->
<size>0.44444444 0.8</size><!-- 320 384 -->
<selectorWidth>0.46666667</selectorWidth><!-- 336 -->
<horizontalMargin>0.01111111</horizontalMargin><!-- 8 -->
</textlist>
</view>
</variant>
<!-- List Variants with Metadata -->
<variant name="
gamelist-list-metadata-screenshot-marquee,
gamelist-list-metadata-screenshot-cover
">
<view name="gamelist">
<video name="gamelist-game-video">
<pos>0.72222222 0.41666667</pos><!-- 520 200 -->
<cropSize>0.55555556 0.83333333</cropSize><!-- 400 400 -->
</video>
<image name="gamelist-metadata-background">
<path>./_inc/images/gamelist-view/3-2/list-metadata-background.svg</path>
</image>
<image name="gamelist-game-image">
<pos>0.5 0.85416667</pos><!-- 360 410 -->
<maxSize>0.27777778 0.3125</maxSize><!-- 200 150 -->
</image>
<text name="gamelist-game-genre-label">
<pos>0.5 0.92708333</pos><!-- 360 445 -->
<size>0.27777778 0.04166667</size><!-- 200 20 -->
<visible>true</visible>
</text>
<text name="gamelist-game-genre">
<pos>0.5 0.9375</pos><!-- 360 450 -->
<size>0.27777778 0.04166667</size><!-- 200 20 -->
<visible>true</visible>
</text>
<text name="gamelist-game-rating-label">
<pos>0.81944444 0.82291667</pos><!-- 590 395 -->
<size>0.171875 0.04166667</size><!-- 110 20 -->
<visible>true</visible>
</text>
<rating name="gamelist-rating">
<pos>0.81944444 0.83333333</pos><!-- 590 400 -->
<visible>true</visible>
</rating>
<text name="gamelist-game-release-date-label">
<pos>0.81944444 0.92708333</pos><!-- 590 445 -->
<size>0.171875 0.04166667</size><!-- 110 20 -->
<visible>true</visible>
</text>
<datetime name="gamelist-game-release-date">
<pos>0.81944444 0.9375</pos><!-- 590 450 -->
<size>0.171875 0.04166667</size><!-- 110 20 -->
<visible>true</visible>
</datetime>
</view>
</variant>
<!-- List Variants without Metadata -->
<variant name="
gamelist-list-screenshot
">
<view name="gamelist">
<video name="gamelist-game-video">
<pos>0.72222222 0.5</pos><!-- 520 50% -->
<cropSize>0.55555556 1</cropSize><!-- 400 100% -->
</video>
</view>
</variant>
<!--
///
Gamelist View - Carousel Variants
///
-->
<variant name="
gamelist-carousel-cover
">
<view name="gamelist">
<image name="gamelist-carousel-header-shadow">
<path>./_inc/images/gamelist-view/3-2/carousel-header-background-shadow.svg</path>
</image>
<image name="gamelist-carousel-header">
<path>./_inc/images/gamelist-view/3-2/carousel-header-background.svg</path>
</image>
<image name="gamelist-system-logo">
<pos>0.5 0.12083333</pos><!-- 50% 58 -->
<maxSize>0.41666667 0.16666667</maxSize><!-- 300 90 -->
</image>
</view>
</variant>
</theme>