-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu-ui.xml
58 lines (52 loc) · 2.12 KB
/
menu-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
<mythuitheme>
<window name="mainmenu">
<fontdef name="menuselectfont" from="basetitle">
<size>40</size>
</fontdef>
<fontdef name="menufont" from="basesmall">
<color>#666666</color>
</fontdef>
<imagetype name="backgroundlogo" from="basebackgroundlogo"/>
<imagetype name="logo" from="baselogo" />
<imagetype name="divider">
<area>750,46,126,959</area>
<filename>shared/menudivider.png</filename>
</imagetype>
<buttonlist name="menu">
<area>0,0,1680,1050</area>
<layout>vertical</layout>
<spacing>15</spacing>
<scrollstyle>free</scrollstyle>
<wrapstyle>selection</wrapstyle>
<buttonarea>50,70,1000,900</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,600,60</area>
<textarea name="buttontext">
<area>0,0,600,60</area>
<font>menufont</font>
<align>right,vcenter</align>
<cutdown>yes</cutdown>
<case>upper</case>
</textarea>
</state>
<state name="selectedactive">
<area>0,0,600,60</area>
<imagetype name="buttonbackground">
<filename>shared/menuselectbar.png</filename>
<position>300,0</position>
<alphapulse min="100" max="255" change="1"/>
</imagetype>
<textarea name="buttontext">
<area>50,0,600,60</area>
<font>menuselectfont</font>
<align>right,vcenter</align>
<cutdown>yes</cutdown>
</textarea>
</state>
</statetype>
</buttonlist>
<clock name="clock" from="baseclock" />
<clock name="date" from="basedate" />
</window>
</mythuitheme>