summaryrefslogtreecommitdiff
path: root/skins/metrixhd/xmlfiles/displaymenusetup.xml
blob: 0cb43c04827c5f2e03ac5234354bf36ffdfe404b (plain)
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
<menusetup x="0" y="0" width="100%" height="100%" fadetime="0">
    <background>
        <area x="0" y="0" width="100%" height="100%" layer="1">
            <fill color="{menuback}" />
            <drawrectangle x="75%" y="0" width="13%" height="10%" color="{menuheader}" />
        </area>
        <area x="62%" y="30%" width="30%" height="36%" layer="2">
            <fill color="{menuactive}" />
        </area>
    </background>
    
    <header>
        <area x="0" y="0" width="70%" height="10%" layer="2">
            <drawimage name="menuicon" imagetype="menuicon" path="{icon}" x="10" valign="center" width="{areaheight}*8/10" height="100%"/>
            <drawtext x="{width(menuicon)}+20" valign="center" font="{light}" fontsize="75%" color="{fontdefault}" text="{title}" />
        </area>
    </header>

    <datetime>
        <area x="75%" y="0" width="12%" height="10%" layer="2">
            <drawtext align="right" y="0%" font="{light}" fontsize="55%" color="{fontactive}" text="{dayname}" />
            <drawtext align="right" y="45%" font="{light}" fontsize="50%" color="{fontactive}" text="{day}. {monthname}" />
        </area>
        <area x="88%" y="0" width="12%" height="10%" layer="2">
            <drawtext align="center" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{time}" />
        </area>
    </datetime>

    <colorbuttons>
        <area x="0" y="93%" width="25%" height="7%" layer="2">
            <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
            <drawrectangle x="0" y="0" width="10" height="100%" color="{clrRed}" />
        </area>
        <area x="25%" y="93%" width="25%" height="7%" layer="2">
            <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
            <drawrectangle x="0" y="0" width="10" height="100%" color="{clrGreen}" />
        </area>
        <area x="50%" y="93%" width="25%" height="7%" layer="2">
            <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
            <drawrectangle x="0" y="0" width="10" height="100%" color="{clrYellow}" />
        </area>
        <area x="75%" y="93%" width="25%" height="7%" layer="2">
            <drawtext x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
            <drawrectangle x="0" y="0" width="10" height="100%" color="{clrBlue}" />
        </area>
    </colorbuttons>

    <menuitems x="0" y="10%" orientation="vertical" width="98%" height="80%" align="center" numlistelements="10">
        <listelement>
            <area x="0" width="60%" layer="2">
                <fill condition="not{current}" color="{clrTransparent}" />
                <fill condition="{current}" color="{menuactive}" />
            </area>
            <area condition="not{current}" x="0" width="60%" layer="3">
                <drawtext x="20" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{number} {label}" />
            </area>
            <areascroll condition="{current}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="0" width="60%" layer="3">
                <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{number} {label}" />
            </areascroll>
        </listelement>
        <currentelement delay="0" fadetime="{fadetimecurrent}">
            <area x="62%" y="30%" width="34%" height="36%" layer="3">
                <drawimage imagetype="menuicon" path="{icon}_active" align="center" valign="center" width="{areaheight} - 10" height="{areaheight} - 10"/>
            </area>
        </currentelement>
    </menuitems>
    
    <scrollbar>
	<areacontainer condition="eq({indexshowscrollbar},2)">
            <area x="96%" y="10%" width="2%" height="83%" layer="2">
        	<fill color="{scrollbar}" />
        	<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
    	        <drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" />
	    </area>
        </areacontainer>
    </scrollbar>
</menusetup>