-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu-ui.xml
77 lines (63 loc) · 2.25 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<window name="mainmenu">
<animation trigger="AboutToShow">
<section duration="500" centre="middle">
<alpha start="0" end="255" easingcurve="InOutQuad"/>
</section>
</animation>
<animation trigger="AboutToHide">
<section duration="500" centre="middle">
<alpha start="255" end="0" easingcurve="OutInQuad"/>
</section>
</animation>
<imagetype name="background" from="basebackground"/>
<imagetype name="reflection" from="basereflection"/>
<imagetype name="band">
<area>0,454,1920,172</area>
<filename>band.png</filename>
</imagetype>
<imagetype name="glow" from="baseglowwhite">
<position>1000,225</position>
</imagetype>
<buttonlist name="menu">
<loadondemand>true</loadondemand>
<area>0,0,1920,1080</area>
<layout>vertical</layout>
<arrange>stack</arrange>
<scrollstyle>center</scrollstyle>
<align>center</align>
<buttonarea>0,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
<textarea name="buttontext">
<area>0,0,1920,60</area>
<font>menufont</font>
<align>allcenter</align>
<cutdown>yes</cutdown>
</textarea>
</state>
<state name="selectedactive">
<area>0,0,1920,172</area>
<textarea name="buttontext">
<area>0,0,1920,150</area>
<font>menuselectfont</font>
<align>allcenter</align>
<cutdown>yes</cutdown>
<case>lower</case>
</textarea>
<textarea name="description">
<area>0,110,1920,30</area>
<font>basemenustate</font>
<align>bottom,hcenter</align>
<cutdown>yes</cutdown>
<alpha>180</alpha>
</textarea>
</state>
</statetype>
</buttonlist>
<clock name="clock" from="baseclock" />
<clock name="date" from="basedate" />
</window>
</mythuitheme>