blob: 0ca97626b86e6aa53be7444a5dfe1aa43a41643a (
plain) (
blame)
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="file" defstate="0">
<text string="FILE" state="1">
<color red="0" green="0" blue="0" />
</text>
</element>
<element name="game" defstate="0">
<text string="GAME" state="1">
<color red="0" green="0" blue="0" />
</text>
</element>
<element name="clock" defstate="0">
<text string="CLOCK" state="1">
<color red="0" green="0" blue="0" />
</text>
</element>
<element name="flash" defstate="0">
<text string="FLASH" state="1">
<color red="0" green="0" blue="0" />
</text>
</element>
<element name="background">
<rect>
<color red="0.54" green="0.57" blue="0.58" />
</rect>
</element>
<view name="Default Layout">
<screen index="0">
<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
</screen>
<element ref="background">
<bounds x="0" y="~scr0height~" width="~scr0width~" height="30" />
</element>
<element name="file_icon" ref="file">
<bounds x="0" y="~scr0height~" width="80" height="30" />
</element>
<element name="game_icon" ref="game">
<bounds x="85" y="~scr0height~" width="80" height="30" />
</element>
<element name="clock_icon" ref="clock">
<bounds x="170" y="~scr0height~" width="100" height="30" />
</element>
<element name="flash_icon" ref="flash">
<bounds x="275" y="~scr0height~" width="100" height="30" />
</element>
</view>
</mamelayout>
|