aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.pm3-hd/720p/DialogVolumeBar.xml
blob: aff5a38d0d008610979e903ffd3bff83bdce0de7 (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
<window id="104">
	<defaultcontrol>1</defaultcontrol>
	<include>dialogeffect</include>
	<coordinates>
		<system>1</system>
		<posx>850</posx>
		<posy>15</posy>
	</coordinates>
	<controls>
		<control type="group">
			<animation effect="slide" start="0,0" end="0,55" time="0" condition="Window.IsVisible(seekbar)">Conditional</animation>
			<control type="image">
				<posx>0</posx>
				<posy>0</posy>
				<width>400</width>
				<height>45</height>
				<colordiffuse>DDFFFFFF</colordiffuse>
				<texture>black-back.png</texture>
				<bordertexture border="3">NoCover_1.png</bordertexture>
				<bordersize>4</bordersize>
			</control>
			<control type="group">
				<visible>!player.passthrough</visible>
				<control type="image">
					<posx>10</posx>
					<posy>5</posy>
					<width>35</width>
					<height>35</height>
					<texture>VolumeIcon.png</texture>
				</control>
				<control type="label">
					<description>Volume Label</description>
					<posx>50</posx>
					<posy>22</posy>
					<label>$INFO[Player.Volume]</label>
					<font>font12</font>
					<align>left</align>
					<aligny>center</aligny>
				</control>
				<control type="progress" id="1">
					<description>Progressbar</description>
					<posx>135</posx>
					<posy>16</posy>
					<width>250</width>
					<height>12</height>
					<info>Player.Volume</info>
					<visible>true</visible>
				</control>
			</control>
			<control type="group">
				<visible>player.passthrough</visible>
				<control type="image">
					<posx>10</posx>
					<posy>5</posy>
					<width>35</width>
					<height>35</height>
					<texture>VolumeIcon-Mute.png</texture>
				</control>
				<control type="label">
					<description>Passthrough Label</description>
					<posx>50</posx>
					<posy>22</posy>
					<label>$LOCALIZE[29802]</label>
					<font>font12</font>
					<align>left</align>
					<aligny>center</aligny>
				</control>
			</control>
		</control>
	</controls>
</window>