-
Notifications
You must be signed in to change notification settings - Fork 0
/
status-ui.xml
82 lines (70 loc) · 2.56 KB
/
status-ui.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<mythuitheme>
<window name="status">
<!-- ================================================================== -->
<!-- The heading (name) of the screen -->
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>System Status</value>
</textarea>
</textarea>
<!-- ================================================================== -->
<!-- The clock that is shown at the top right of each screen -->
<textarea name="clock" from="base_clock">
<position>1065,0</position>
</textarea>
<!-- This is the background in which the status is displayed -->
<shape name="status_background" from="base_background_shape">
<area>25,140,1230,460</area>
</shape>
<!-- ================================================================== -->
<!-- shows some information text about the current selection -->
<textarea name="helptext" from="base_textarea">
<area>45,146,1190,60</area>
<value>This screen displays the status of various system components</value>
<multiline>yes</multiline>
<align>left,vcenter</align>
</textarea>
<shape name="helptext_separator">
<area>45,210,1190,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<!-- This is the internal buttonlist that is shown on the left -->
<buttonlist name="category" from="base_buttonlist">
<area>44,230,300,354</area>
<statetype name="buttonitem">
<state name="active">
<imagetype name="buttonbackground">
<alpha>255</alpha>
</imagetype>
</state>
</statetype>
</buttonlist>
<!-- This is the internal buttonlist that is
shown within the roundbox that is defined above -->
<buttonlist name="log" from="base_buttonlist_very_wide">
<area>410,230,790,354</area>
<wrapstyle>selection</wrapstyle>
<statetype name="buttonitem">
<area>0,0,790,40</area>
<!-- general settings for the menu entry -->
<state name="active">
<textarea name="buttontext">
<area>8,5,95%,30</area>
<font>text</font>
<font state="disabled">text_inactive</font>
<font state="error">text_error</font>
<font state="warning">text_warning</font>
<font state="normal">text</font>
<font state="running">text</font>
<cutdown>yes</cutdown>
<align>left,vcenter</align>
</textarea>
</state>
</statetype>
</buttonlist>
</window>
</mythuitheme>