aboutsummaryrefslogtreecommitdiff
path: root/addons/org.xbmc.addons.pm3-hd/720p/DialogVideoScan.xml
blob: ed80221ef043820b4ae0259f39005724041adc74 (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
72
<window id="133">
	<defaultcontrol>402</defaultcontrol>
	<include>dialogeffect</include>
	<coordinates>
		<system>1</system>
		<posx>850</posx>
		<posy>10</posy>
		<origin x="30" y="10">Window.IsVisible(seekbar)</origin>
	</coordinates>
	<controls>
		<control type="group">
		<animation effect="slide" end="0,-150" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation>
			<control type="image">
				<posx>0</posx>
				<posy>0</posy>
				<width>400</width>
				<height>60</height>
				<colordiffuse>DDFFFFFF</colordiffuse>
				<texture>black-back.png</texture>
				<bordertexture border="3">NoCover_1.png</bordertexture>
				<bordersize>4</bordersize>
			</control>
			<control type="label" id="401">
				<description>Caption Label</description>
				<posx>10</posx>
				<posy>4</posy>
				<width>380</width>
				<height>18</height>
				<font>font10</font>
				<textcolor>green</textcolor>
				<align>left</align>
				<aligny>center</aligny>
			</control>
			<control type="label" id="402">
				<description>Current Directory Label</description>
				<posx>10</posx>
				<posy>20</posy>
				<width>380</width>
				<height>20</height>
				<font>font10</font>
				<align>left</align>
				<aligny>center</aligny>
				<visible>Skin.HasSetting(No_Media_Titles_In_Scanner)</visible>
			</control>
			<control type="label" id="405">
				<description>Current Title Label</description>
				<posx>10</posx>
				<posy>20</posy>
				<width>380</width>
				<height>20</height>
				<font>font10</font>
				<align>left</align>
				<aligny>center</aligny>
				<visible>!Skin.HasSetting(No_Media_Titles_In_Scanner)</visible>
			</control>
			<control type="progress" id="403">
				<description>progress control</description>
				<posx>10</posx>
				<posy>42</posy>
				<width>380</width>
				<height>6</height>
			</control>
			<control type="progress" id="404">
				<description>progress control</description>
				<posx>10</posx>
				<posy>49</posy>
				<width>380</width>
				<height>6</height>
			</control>
		</control>
	</controls>
</window>