blob: 281e3e861801b52cdf7d2465596a5107de83140d (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
<color red="1.0" green="0.0" blue="0.0" />
</led7seg>
</element>
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<view name="Default Layout">
<!-- Black background -->
<element ref="background">
<bounds left="1" top="95" right="501" bottom="195" />
</element>
<element name="digit0" ref="digit">
<bounds left="11" top="105" right="59" bottom="185" />
</element>
<element name="digit1" ref="digit">
<bounds left="59" top="105" right="107" bottom="185" />
</element>
<element name="digit2" ref="digit">
<bounds left="107" top="105" right="155" bottom="185" />
</element>
<element name="digit3" ref="digit">
<bounds left="155" top="105" right="203" bottom="185" />
</element>
<element name="digit4" ref="digit">
<bounds left="299" top="105" right="347" bottom="185" />
</element>
<element name="digit5" ref="digit">
<bounds left="347" top="105" right="395" bottom="185" />
</element>
<element name="digit6" ref="digit">
<bounds left="395" top="105" right="443" bottom="185" />
</element>
<element name="digit7" ref="digit">
<bounds left="443" top="105" right="491" bottom="185" />
</element>
</view>
</mamelayout>
|