-
Notifications
You must be signed in to change notification settings - Fork 5
/
detailed.xml
43 lines (43 loc) · 1.21 KB
/
detailed.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
<theme>
<view name="detailed">
<image name="background" extra="true">
<path>./images/media_background.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<zIndex>2</zIndex>
</image>
<image name="background_header" extra="true">
<path>./images/headerbar_updownleftright.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 .15</size>
<zIndex>3</zIndex>
</image>
<image name="md_image">
<maxSize>.7 .7</maxSize>
<pos>.5 .5</pos>
<origin>.5 .5</origin>
</image>
<text name="title" extra="true">
<text>${system.fullName}</text>
<alignment>center</alignment>
<size>0 0</size>
<pos>.5 .01</pos>
<origin>.5 0</origin>
<fontPath>./images/fonts/au.otf</fontPath>
<color>FFFFFF</color>
<fontSize>.05</fontSize>
</text>
<textlist name="gamelist">
<pos>0 .87</pos>
<size>1 .1</size>
<fontPath>./images/fonts/au.otf</fontPath>
<selectorColor>00000000</selectorColor>
<selectedColor>FFFFFF</selectedColor>
<primaryColor>585858</primaryColor>
<alignment>center</alignment>
<fontSize>.06</fontSize>
</textlist>
</view>
</theme>