blob: 446a892a71bc0d6b9d2edfd1c55cb17a42eab89b (
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>91</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="group">
<include>Window_OpenClose_Animation_Zoom</include>
<posx>0</posx>
<posy>0</posy>
<control type="image">
<description>Menu Panel</description>
<posx>-5</posx>
<posy>-5</posy>
<width>400</width>
<height>970</height>
<texture>panel.png</texture>
<bordertexture border="6">panel_shadow.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="grouplist" id="9">
<description>button area</description>
<posx>0</posx>
<posy>130</posy>
<width>390</width>
<height>720</height>
<itemgap>-1</itemgap>
<onleft>9</onleft>
<onright>9</onright>
<onup>2</onup>
<ondown>2</ondown>
<control type="button" id="91">
<description>Home Button</description>
<width>390</width>
<height>80</height>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31548</label>
<textoffsetx>20</textoffsetx>
<onfocus>Skin.SetString(SkinSettings,1)</onfocus>
</control>
<control type="button" id="92">
<description>Addon Button</description>
<width>390</width>
<height>80</height>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31549</label>
<textoffsetx>20</textoffsetx>
<onfocus>Skin.SetString(SkinSettings,2)</onfocus>
</control>
<control type="button" id="93">
<description>Background Button</description>
<width>390</width>
<height>80</height>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31550</label>
<textoffsetx>20</textoffsetx>
<onfocus>Skin.SetString(SkinSettings,3)</onfocus>
</control>
</control>
<include content="SkinSettingsContent" condition="String.IsEqual(Skin.AspectRatio,16:9)">
<param name="panel-width">1316</param>
<param name="textbox-width">1286</param>
</include>
<include content="SkinSettingsContent" condition="String.IsEqual(Skin.AspectRatio,4:3)">
<param name="panel-width">890</param>
<param name="textbox-width">860</param>
</include>
</control>
<include>Header</include>
<include>CommonNowPlaying</include>
<include>Footer</include>
<control type="label">
<description>Window label</description>
<include>MediaWindowTitleCommons</include>
<label>$LOCALIZE[20077]</label>
</control>
<control type="panel" id="9002">
<include>VisibleFadeEffect</include>
<include>BottomMenuLayout</include>
<content>
<item>
<label>31200</label>
<onclick>Back</onclick>
<icon>icon_button_back.png</icon>
</item>
<item>
<label>1036</label>
<onclick>ActivateWindow(Favourites)</onclick>
<icon>icon_button_favourites.png</icon>
</item>
</content>
</control>
</controls>
</window>
|