summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogFavourites.xml
blob: 73b630942149360afb2194185a6fd9a87f8c32bf (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
<?xml version="1.0" encoding="utf-8"?>
<window>
	<defaultcontrol always="true">450</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<controls>
		<control type="group">
			<centertop>50%</centertop>
			<centerleft>50%</centerleft>
			<width>1540</width>
			<height>858</height>
			<include content="DialogBackgroundCommons">
				<param name="width" value="1540" />
				<param name="height" value="858" />
				<param name="header_label" value="$LOCALIZE[1036]" />
				<param name="header_id" value="2" />
			</include>
			<include content="UpDownArrows">
				<param name="container_id" value="450" />
				<param name="posx" value="746" />
				<param name="up_posy" value="-40" />
				<param name="down_posy" value="876" />
			</include>
			<control type="scrollbar" id="60">
				<right>0</right>
				<top>70</top>
				<width>12</width>
				<bottom>0</bottom>
				<onleft>450</onleft>
				<onright>450</onright>
				<orientation>vertical</orientation>
			</control>
			<control type="panel" id="450">
				<left>10</left>
				<top>70</top>
				<width>1600</width>
				<bottom>0</bottom>
				<onleft>60</onleft>
				<onright>60</onright>
				<onup>450</onup>
				<ondown>450</ondown>
				<preloaditems>2</preloaditems>
				<pagecontrol>60</pagecontrol>
				<scrolltime tween="sine">200</scrolltime>
				<orientation>vertical</orientation>
				<itemlayout width="300" height="380">
					<control type="group">
						<top>10</top>
						<include content="InfoWallMusicLayout">
							<param name="fallback_image" value="DefaultFavourites.png" />
						</include>
					</control>
				</itemlayout>
				<focusedlayout width="300">
					<control type="group">
						<top>10</top>
						<include content="InfoWallMusicLayout">
							<param name="fallback_image" value="DefaultFavourites.png" />
							<param name="focused" value="true" />
						</include>
					</control>
				</focusedlayout>
			</control>
			<control type="textbox">
				<left>300</left>
				<top>90</top>
				<width>900</width>
				<bottom>0</bottom>
				<aligny>center</aligny>
				<align>center</align>
				<label>$LOCALIZE[31025]</label>
				<font>font45_title</font>
				<visible>Integer.IsEqual(Container(450).NumItems,0)</visible>
			</control>
		</control>
	</controls>
</window>