-
Notifications
You must be signed in to change notification settings - Fork 5
/
detailed_more.xml
61 lines (61 loc) · 1.64 KB
/
detailed_more.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
<theme>
<view name="detailed">
<image name="background" extra="true">
<path>./images/background.png</path>
<origin>0 0</origin>
<pos>0 .5 </pos>
<size>1 1</size>
<zIndex>2</zIndex>
</image>
<image name="background2" extra="true">
<path>./images/background.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<zIndex>0</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>1 .1</maxSize>
<size>1 0</size>
<pos>0 -.3</pos>
<tile>true</tile>
<origin>0 0</origin>
<zIndex>1</zIndex>
</image>
<image name="md_marquee">
<maxSize>1 1</maxSize>
<size>1 1</size>
<pos>.5 .5</pos>
<tile>true</tile>
<origin>0 0</origin>
<zIndex>5</zIndex>
</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>.03 .535</pos>
<size>1 .45</size>
<fontPath>./images/fonts/au.otf</fontPath>
<selectorColor>00000000</selectorColor>
<selectedColor>FFFFFF</selectedColor>
<primaryColor>585858</primaryColor>
<alignment>left</alignment>
<fontSize>.06</fontSize>
</textlist>
</view>
</theme>