blob: e0b7db71383eac940b7966d79b651e3f650ac392 (
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
60
61
62
63
64
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="calendar">
<text string="calendar">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="calc">
<text string=" calc ">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="expense">
<text string="expense ">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="data">
<text string=" data ">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="apps">
<text string=" apps. ">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="find">
<text string=" find ">
<color red="0.0" green="0.0" blue="0.0" /></text>
</element>
<element name="line">
<rect>
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<view name="Standard">
<screen index="0">
<bounds left="0" top="0" right="160" bottom="266" />
</screen>
<!-- 6 buttons at bottom -->
<element ref="calendar">
<bounds left="1" top="243" right="26" bottom="262" />
</element>
<element ref="calc">
<bounds left="27" top="243" right="53" bottom="262" />
</element>
<element ref="expense">
<bounds left="53" top="243" right="80" bottom="262" />
</element>
<element ref="data">
<bounds left="80" top="243" right="107" bottom="262" />
</element>
<element ref="apps">
<bounds left="107" top="243" right="134" bottom="262" />
</element>
<element ref="find">
<bounds left="134" top="243" right="160" bottom="262" />
</element>
<element ref="line">
<bounds left="0" top="240" right="160" bottom="241" />
</element>
</view>
</mamelayout>
|