summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/AddonBrowser.xml
blob: 80e600d35e5aa69c32540a6641365339dce23445 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">50</defaultcontrol>
	<backgroundcolor>background</backgroundcolor>
	<views>50,52,55</views>
	<menucontrol>9000</menucontrol>
	<controls>
		<include>DefaultBackground</include>
		<control type="group">
			<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
			<include>View_50_List</include>
			<include>View_52_IconWall</include>
			<include content="View_55_WideList">
				<param name="bottom_offset">list_bottom</param>
			</include>
			<include content="CommonScrollbars">
				<param name="bottom_offset">list_bottom</param>
			</include>
			<control type="group">
				<include>OpenClose_Left</include>
				<visible>Control.IsVisible(55)</visible>
				<visible>Container.Content(addons) | Container.Content()</visible>
				<include>Visible_Left</include>
				<include content="ListThumbInfoPanel">
					<param name="fallback_image" value="DefaultAddon.png" />
				</include>
				<control type="group">
					<visible>String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24170]) | String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24171])</visible>
					<control type="image">
						<left>64</left>
						<top>109</top>
						<width>472</width>
						<height>472</height>
						<texture colordiffuse="AAFFFFFF">colors/black.png</texture>
					</control>
					<control type="textbox">
						<left>75</left>
						<top>110</top>
						<width>450</width>
						<height>470</height>
						<align>center</align>
						<aligny>center</aligny>
						<label>$VAR[AddonLifecycleType]</label>
						<font>font32_title</font>
					</control>
				</control>
			</control>
			<include content="TopBar">
				<param name="breadcrumbs_label" value="$LOCALIZE[24001]" />
			</include>
			<include content="BottomBar">
				<param name="info_visible" value="true" />
			</include>
			<include>MediaMenuMouseOverlay</include>
			<control type="group">
				<include>MediaMenuCommon</include>
				<control type="grouplist" id="9000">
					<top>50</top>
					<include>MediaMenuListCommon</include>
					<control type="label" id="201">
						<include>MediaMenuLabelCommon</include>
						<label>$LOCALIZE[31021]</label>
					</control>
					<control type="radiobutton" id="7">
						<description>Hide foreign</description>
						<include>MediaMenuItemsCommon</include>
						<label>$LOCALIZE[25001]</label>
						<visible>Control.IsEnabled(7)</visible>
					</control>
					<control type="radiobutton" id="8">
						<description>Hide incompatible</description>
						<include>MediaMenuItemsCommon</include>
						<label>$LOCALIZE[24999]</label>
						<visible>Control.IsEnabled(8)</visible>
					</control>
					<control type="button" id="9">
						<description>Check for repository updates</description>
						<include>MediaMenuItemsCommon</include>
						<label>$LOCALIZE[24034]</label>
					</control>
					<control type="button" id="5">
						<description>Addon settings</description>
						<include>MediaMenuItemsCommon</include>
						<label>$LOCALIZE[10004]</label>
					</control>
					<include>MediaMenuNowPlaying</include>
				</control>
			</control>
			<control type="group">
				<height>78</height>
				<bottom>0</bottom>
				<visible>$EXP[sidebar_visible]</visible>
				<animation effect="fade" time="300">VisibleChange</animation>
				<include content="LeftAlignedInfo">
					<param name="main_label" value="$INFO[Window(AddonBrowser).Property(Updated)]" />
					<param name="sub_label" value="$LOCALIZE[31069]" />
				</include>
			</control>
		</control>
	</controls>
</window>