aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.touched/4x3Hirez/custom_volume_1112.xml
blob: 40ed021d6b5d26d320b1f72eb1c6570d1fa90978 (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
<window id="1112" type="dialog">
	<defaultcontrol always="true">9000</defaultcontrol>
	<include>Window_OpenClose_Animation</include>
	<controls>
		<control type="button">
			<description>Hidden button to close the sort when its focused</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>ScreenWidth</width>
			<height>ScreenHeight</height>
			<texturenofocus>-</texturenofocus>
			<texturefocus>-</texturefocus>
			<onclick>PreviousMenu</onclick>
		</control>
		<control type="group">
			<posx>205</posx>
			<posy>235r</posy>
			<control type="image">
				<posx>0</posx>
				<posy>0</posy>
				<width>450</width>
				<height>80</height>
				<texture border="5">SubBack.png</texture>
			</control>
			<control type="image">
				<description>Panel Arrow image</description>
				<posx>100</posx>
				<posy>74</posy>
				<width>40</width>
				<height>40</height>
				<texture>arrow-big-down.png</texture>
			</control>
			<control type="progress">
				<description>Volume</description>
				<posx>20</posx>
				<posy>30</posy>
				<width>300</width>
				<height>20</height>
				<info>Player.Volume</info>
			</control>
			<control type="slider" id="1">
				<description>Volume Slider</description>
				<posx>20</posx>
				<posy>30</posy>
				<width>300</width>
				<height>15</height>
 				<info>Player.Volume</info>
				<action>Volume</action>
				<texturesliderbar>seekslider.png</texturesliderbar>
				<textureslidernib>osd_slider_nibNF.png</textureslidernib>
				<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
			</control>
			<control type="label">
				<description>Volume Label</description>
				<posx>330</posx>
				<posy>30</posy>
				<width>100</width>
				<height>20</height>
				<label>$INFO[Player.Volume]</label>
				<font>font13</font>
				<align>left</align>
				<aligny>center</aligny>
			</control>
		</control>
	</controls>
</window>