[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / AddonBrowser.xml
blob80e600d35e5aa69c32540a6641365339dce23445
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol always="true">50</defaultcontrol>
4         <backgroundcolor>background</backgroundcolor>
5         <views>50,52,55</views>
6         <menucontrol>9000</menucontrol>
7         <controls>
8                 <include>DefaultBackground</include>
9                 <control type="group">
10                         <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
11                         <include>View_50_List</include>
12                         <include>View_52_IconWall</include>
13                         <include content="View_55_WideList">
14                                 <param name="bottom_offset">list_bottom</param>
15                         </include>
16                         <include content="CommonScrollbars">
17                                 <param name="bottom_offset">list_bottom</param>
18                         </include>
19                         <control type="group">
20                                 <include>OpenClose_Left</include>
21                                 <visible>Control.IsVisible(55)</visible>
22                                 <visible>Container.Content(addons) | Container.Content()</visible>
23                                 <include>Visible_Left</include>
24                                 <include content="ListThumbInfoPanel">
25                                         <param name="fallback_image" value="DefaultAddon.png" />
26                                 </include>
27                                 <control type="group">
28                                         <visible>String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24170]) | String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24171])</visible>
29                                         <control type="image">
30                                                 <left>64</left>
31                                                 <top>109</top>
32                                                 <width>472</width>
33                                                 <height>472</height>
34                                                 <texture colordiffuse="AAFFFFFF">colors/black.png</texture>
35                                         </control>
36                                         <control type="textbox">
37                                                 <left>75</left>
38                                                 <top>110</top>
39                                                 <width>450</width>
40                                                 <height>470</height>
41                                                 <align>center</align>
42                                                 <aligny>center</aligny>
43                                                 <label>$VAR[AddonLifecycleType]</label>
44                                                 <font>font32_title</font>
45                                         </control>
46                                 </control>
47                         </control>
48                         <include content="TopBar">
49                                 <param name="breadcrumbs_label" value="$LOCALIZE[24001]" />
50                         </include>
51                         <include content="BottomBar">
52                                 <param name="info_visible" value="true" />
53                         </include>
54                         <include>MediaMenuMouseOverlay</include>
55                         <control type="group">
56                                 <include>MediaMenuCommon</include>
57                                 <control type="grouplist" id="9000">
58                                         <top>50</top>
59                                         <include>MediaMenuListCommon</include>
60                                         <control type="label" id="201">
61                                                 <include>MediaMenuLabelCommon</include>
62                                                 <label>$LOCALIZE[31021]</label>
63                                         </control>
64                                         <control type="radiobutton" id="7">
65                                                 <description>Hide foreign</description>
66                                                 <include>MediaMenuItemsCommon</include>
67                                                 <label>$LOCALIZE[25001]</label>
68                                                 <visible>Control.IsEnabled(7)</visible>
69                                         </control>
70                                         <control type="radiobutton" id="8">
71                                                 <description>Hide incompatible</description>
72                                                 <include>MediaMenuItemsCommon</include>
73                                                 <label>$LOCALIZE[24999]</label>
74                                                 <visible>Control.IsEnabled(8)</visible>
75                                         </control>
76                                         <control type="button" id="9">
77                                                 <description>Check for repository updates</description>
78                                                 <include>MediaMenuItemsCommon</include>
79                                                 <label>$LOCALIZE[24034]</label>
80                                         </control>
81                                         <control type="button" id="5">
82                                                 <description>Addon settings</description>
83                                                 <include>MediaMenuItemsCommon</include>
84                                                 <label>$LOCALIZE[10004]</label>
85                                         </control>
86                                         <include>MediaMenuNowPlaying</include>
87                                 </control>
88                         </control>
89                         <control type="group">
90                                 <height>78</height>
91                                 <bottom>0</bottom>
92                                 <visible>$EXP[sidebar_visible]</visible>
93                                 <animation effect="fade" time="300">VisibleChange</animation>
94                                 <include content="LeftAlignedInfo">
95                                         <param name="main_label" value="$INFO[Window(AddonBrowser).Property(Updated)]" />
96                                         <param name="sub_label" value="$LOCALIZE[31069]" />
97                                 </include>
98                         </control>
99                 </control>
100         </controls>
101 </window>