aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/VideoOSDBookmarks.xml
blob: 57996e7ac4f43187499faf2753a3d01806dd1b09 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="utf-8"?>
<window>
	<defaultcontrol always="true">2</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<controls>
		<control type="button">
			<description>background close area</description>
			<left>0</left>
			<top>0</top>
			<width>100%</width>
			<bottom>546</bottom>
			<texturefocus />
			<texturenofocus />
			<onclick>Action(close)</onclick>
		</control>
		<control type="group">
			<bottom>0</bottom>
			<height>550</height>
			<control type="image">
				<left>0</left>
				<width>100%</width>
				<height>410</height>
				<animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
				<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
				<texture colordiffuse="E6FFFFFF">dialogs/dialog-bg-nobo.png</texture>
			</control>
			<control type="textbox">
				<left>0</left>
				<top>1</top>
				<width>1920</width>
				<height>410</height>
				<align>center</align>
				<aligny>center</aligny>
				<font>font45_title</font>
				<label>$LOCALIZE[31155]</label>
				<visible>Integer.IsEqual(Container(11).NumItems,0)</visible>
			</control>
			<control type="grouplist" id="9001">
				<orientation>horizontal</orientation>
				<left>0</left>
				<top>-10</top>
				<width>100%</width>
				<align>center</align>
				<height>100</height>
				<onup>11</onup>
				<ondown>11</ondown>
				<include content="DefaultDialogButton">
					<param name="id" value="2" />
					<param name="label" value="$LOCALIZE[294]" />
					<param name="width" value="350" />
				</include>
				<include content="DefaultDialogButton">
					<param name="id" value="3" />
					<param name="label" value="$LOCALIZE[296]" />
					<param name="width" value="350" />
				</include>
				<include content="DefaultDialogButton">
					<param name="id" value="4" />
					<param name="label" value="$LOCALIZE[20406]" />
					<param name="width" value="350" />
					<param name="visible" value="Control.IsEnabled(4)" />
				</include>
			</control>
			<control type="panel" id="11">
				<left>0</left>
				<top>81</top>
				<width>100%</width>
				<height>350</height>
				<onup>9001</onup>
				<ondown>9001</ondown>
				<preloaditems>2</preloaditems>
				<scrolltime tween="sine">200</scrolltime>
				<orientation>horizontal</orientation>
				<itemlayout width="360" height="340">
					<control type="group">
						<left>70</left>
						<control type="image">
							<left>0</left>
							<top>5</top>
							<width>330</width>
							<height>250</height>
							<aspectratio>scale</aspectratio>
							<texture border="4" fallback="DefaultVideo.png">$INFO[ListItem.Art(thumb)]</texture>
							<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
							<bordersize>4</bordersize>
						</control>
						<control type="label">
							<left>20</left>
							<top>255</top>
							<width>290</width>
							<height>40</height>
							<label>$INFO[ListItem.Label][CR][COLOR grey]$INFO[ListItem.Label2][/COLOR]</label>
							<font>font12</font>
							<shadowcolor>text_shadow</shadowcolor>
							<align>center</align>
						</control>
					</control>
				</itemlayout>
				<focusedlayout width="360" height="340">
					<control type="group">
						<left>70</left>
						<control type="image">
							<left>0</left>
							<top>5</top>
							<width>330</width>
							<height>250</height>
							<aspectratio>scale</aspectratio>
							<texture border="4" fallback="DefaultVideo.png">$INFO[ListItem.Art(thumb)]</texture>
							<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
							<bordersize>4</bordersize>
						</control>
						<control type="label">
							<left>20</left>
							<top>255</top>
							<width>290</width>
							<height>40</height>
							<label>$INFO[ListItem.Label][CR][COLOR grey]$INFO[ListItem.Label2][/COLOR]</label>
							<font>font12</font>
							<shadowcolor>text_shadow</shadowcolor>
							<align>center</align>
						</control>
						<control type="image">
							<left>0</left>
							<top>5</top>
							<width>330</width>
							<height>250</height>
							<texture border="8" colordiffuse="button_focus">buttons/thumbnail_focused.png</texture>
							<visible>Control.HasFocus(11)</visible>
						</control>
					</control>
				</focusedlayout>
			</control>
		</control>
	</controls>
</window>