summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/SettingsCategory.xml
blob: beb3f47279fe0bf5284e07e732e4e702de8eb7d3 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>3</defaultcontrol>
	<onunload>ClearProperty(PopupMenuVisible,Home)</onunload>
	<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="3">
				<description>button area</description>
				<posx>0</posx>
				<posy>130</posy>
				<width>390</width>
				<height>720</height>
				<itemgap>-1</itemgap>
				<onleft>5</onleft>
				<onright>5</onright>
				<onup>3</onup>
				<ondown>3</ondown>
			</control>
			<include content="SettingsContent" condition="String.IsEqual(Skin.AspectRatio,16:9)">
				<param name="panel-width">1316</param>
				<param name="textbox-width">1286</param>
			</include>
			<include content="SettingsContent" condition="String.IsEqual(Skin.AspectRatio,4:3)">
				<param name="panel-width">890</param>
				<param name="textbox-width">860</param>
			</include>
		</control>
		<control type="button" id="10">
			<description>Default Category 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>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="button" id="7">
			<description>Default Button</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<texturefocus>list_focus.png</texturefocus>
			<texturenofocus></texturenofocus>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="label" id="14">
			<description>Default Label</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<align>center</align>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="radiobutton" id="8">
			<description>Default RadioButton</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<texturefocus>list_focus.png</texturefocus>
			<texturenofocus></texturenofocus>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="colorbutton" id="15">
			<description>Default ColorButton</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<texturefocus>list_focus.png</texturefocus>
			<texturenofocus></texturenofocus>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="spincontrolex" id="9">
			<description>Default SpinControlex</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<texturefocus>list_focus.png</texturefocus>
			<texturenofocus></texturenofocus>
			<aligny>center</aligny>
			<reverse>yes</reverse>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="sliderex" id="13">
			<description>Default SpinControlex</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>80</height>
			<font>font24_title</font>
			<textcolor>white</textcolor>
			<texturefocus>list_focus.png</texturefocus>
			<texturenofocus></texturenofocus>
			<aligny>center</aligny>
			<textoffsetx>20</textoffsetx>
		</control>
		<control type="image" id="11">
			<description>separator image</description>
			<posy>-2</posy>
			<height>2</height>
			<texture border="2">separator.png</texture>
		</control>
		<control type="label" id="2">
			<description>Fake Label so we can pass it on</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>0</width>
			<height>0</height>
			<font></font>
			<visible>false</visible>
		</control>
		<include>Header</include>
		<include>CommonNowPlaying</include>
		<include>Footer</include>
		<control type="label">
			<description>Window label</description>
			<include>MediaWindowTitleCommons</include>
			<label>$LOCALIZE[5]$INFO[Control.GetLabel(2), - ]</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>
				<item>
					<label>5</label>
					<onclick condition="String.IsEmpty(Window(Home).Property(PopupMenuVisible))">SetProperty(PopupMenuVisible,Show,Home)</onclick>
					<onclick condition="!String.IsEmpty(Window(Home).Property(PopupMenuVisible))">ClearProperty(PopupMenuVisible,Home)</onclick>
					<icon>icon_button_settings.png</icon>
				</item>
			</content>
		</control>
		<include content="PopupMenu">
			<param name="panel-posy">400</param>
			<param name="panel-height">160</param>
		</include>
	</controls>
</window>