blob: 4a91011d01a57fa4eddcfccb453b5f2ef8c82f50 (
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
54
55
56
57
58
59
|
<?xml version="1.0"?>
<!--
license:CC0
copyright-holders:Roberto Lavarone
-->
<mamelayout version="2">
<element name="gray">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.15" green="0.15" blue="0.15" />
</rect>
</element>
<element name="back">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<element name="flatbackground">
<rect>
<bounds left="-10" top="-10" right="587" bottom="813" />
<color red="0.1" green="0.1" blue="0.1" />
</rect>
<rect>
<bounds left="5" top="5" right="577" bottom="803" />
<color red="0.1" green="0.2" blue="0.1" />
</rect>
<rect>
<bounds left="0" top="0" right="572" bottom="798" />
<color red="0.1" green="0.3" blue="0.1" />
</rect>
</element>
<element name="LX.388">
<text string="LX.388">
<bounds x="0" y="0" width="120" height="40"/>
<color red="1.0" green="1.0" blue="1.0" />
</text>
</element>
<view name="Default Layout">
<element ref="gray">
<bounds x="65" y="74" width="640" height="480" />
</element>
<screen index="0" blend="add">
<bounds x="65" y="74" width="640" height="480" />
</screen>
<element ref="LX.388">
<bounds x="67" y="80" width="90" height="30" />
</element>
</view>
</mamelayout>
|