aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy/xml/DialogVolumeBar.xml
blob: 8da9fd21c023264b22a0448b5bb72d6755b517d2 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<include>dialogeffect</include>
	<controls>
		<control type="group">
			<posx>390</posx>
			<posy>0</posy>
			<width>500</width>
			<height>78</height>
			<include>16x9_xPos_Relocation</include>
			<visible>![Window.IsVisible(Notification)]</visible>
			<control type="label">
				<description>label</description>
				<posx>0</posx>
				<posy>10</posy>
				<height>58</height>
				<width>500</width>
				<label>13376</label>
				<font>font20_title</font>
				<aligny>center</aligny>
			</control>
			<control type="label">
				<description>Volumelabel</description>
				<posx>500</posx>
				<posy>10</posy>
				<height>58</height>
				<width>500</width>
				<label>$INFO[Control.GetLabel(1)]</label>
				<font>font20_title</font>
				<align>right</align>
				<aligny>center</aligny>
			</control>
			<control type="progress" id="2">
				<description>Volume</description>
				<posx>0</posx>
				<posy>72</posy>
				<width>500</width>
				<height>6</height>
				<texturebg colordiffuse="grey3">white.png</texturebg>
				<midtexture colordiffuse="blue">white.png</midtexture>
				<info>Player.Volume</info>
			</control>
			<control type="slider" id="1">
				<description>Volume Slider</description>
				<posx>0</posx>
				<posy>72</posy>
				<width>500</width>
				<height>6</height>
 				<info>Player.Volume</info>
				<texturesliderbar></texturesliderbar>
				<textureslidernib></textureslidernib>
				<textureslidernibfocus></textureslidernibfocus>
			</control>
		</control>
	</controls>
</window>