summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogSeekBar.xml
blob: 44c9df0f7bd3e60333bbe34cdd3e4c2bd44b0d46 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<visible>[Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Window.IsActive(SliderDialog)] + [Player.Seeking | Player.HasPerformedSeek(3)]</visible>
	<controls>
		<control type="group">
			<posx>364</posx>
			<posy>10</posy>
			<include>16x9_xPos_Relocation</include>
			<include>VisibleFadeEffect</include>
			<control type="label">
				<posx>0</posx>
				<posy>0</posy>
				<width>180</width>
				<height>32</height>
				<font>font20_title</font>
				<aligny>center</aligny>
				<label>$INFO[Player.Time(hh:mm:ss)]</label>
			</control>
			<control type="label">
				<posx>0</posx>
				<posy>0</posy>
				<width>552</width>
				<height>32</height>
				<font>font20_title</font>
				<align>center</align>
				<aligny>center</aligny>
				<label>$VAR[SeekLabel]</label>
			</control>
			<control type="label">
				<posx>552</posx>
				<posy>0</posy>
				<width>180</width>
				<height>32</height>
				<font>font20_title</font>
				<align>right</align>
				<aligny>center</aligny>
				<label>$INFO[Player.Duration(hh:mm:ss)]</label>
			</control>
			<control type="progress">
				<description>Progressbar</description>
				<posx>0</posx>
				<posy>40</posy>
				<width>552</width>
				<height>12</height>
				<info>Player.ProgressCache</info>
				<midtexture colordiffuse="grey2">white.png</midtexture>
				<texturebg colordiffuse="grey3">white.png</texturebg>
			</control>
			<control type="progress">
				<description>Progressbar</description>
				<posx>0</posx>
				<posy>40</posy>
				<width>552</width>
				<height>12</height>
				<info>Player.Progress</info>
				<texturebg colordiffuse="002C2C2C">white.png</texturebg>
			</control>
			<control type="slider" id="87">
				<description>Seek Slider</description>
				<posx>0</posx>
				<posy>30</posy>
				<width>552</width>
				<height>32</height>
				<action>seek</action>
				<texturesliderbar></texturesliderbar>
				<textureslidernib></textureslidernib>
				<textureslidernibfocus></textureslidernibfocus>
			</control>
		</control>
	</controls>
</window>