aboutsummaryrefslogtreecommitdiff
path: root/addons/org.xbmc.addons.pm3-hd/720p/DialogSlider.xml
blob: 4b12861d55c3e6ec67ce309bb89742c13513941e (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
<window id="145">
	<defaultcontrol>11</defaultcontrol>
	<include>dialogeffect</include>
	<coordinates>
		<system>1</system>
		<posx>430</posx>
		<posy>600</posy>
	</coordinates>
	<controls>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>390</width>
			<height>58</height>
			<colordiffuse>FFFFFFFF</colordiffuse>
			<texture>black-back.png</texture>
			<bordertexture border="3">NoCover_1.png</bordertexture>
			<bordersize>4</bordersize>
		</control>
		<control type="label" id="10">
			<description>Dialog header</description>
			<posx>20</posx>
			<posy>8</posy>
			<width>180</width>
			<height>20</height>
			<align>left</align>
			<aligny>center</aligny>
			<font>font11</font>
			<textcolor>white</textcolor>
		</control>
		<control type="label" id="12">
			<description>Slider Value</description>
			<posx>370</posx>
			<posy>8</posy>
			<width>180</width>
			<height>20</height>
			<align>right</align>
			<aligny>center</aligny>
			<font>font11</font>
			<textcolor>white</textcolor>
		</control>
		<control type="slider" id="11">
			<description>Slider</description>
			<posx>20</posx>
			<posy>34</posy>
			<width>350</width>
			<height>15</height>
			<aligny>center</aligny>
			<texturefocus>-</texturefocus>
			<texturenofocus>-</texturenofocus>
			<texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
			<textureslidernib>osd_slider_nibNF.png</textureslidernib>
			<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
			<onup>11</onup>
			<ondown>11</ondown>
			<onleft>11</onleft>
			<onright>11</onright>
		</control>
	</controls>
</window>