[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / Custom_1107_SearchDialog.xml
blob44254e032cdbd262a0c2645e391eb1fcc47cd349
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window type="dialog" id="1107">
3         <defaultcontrol always="true">9000</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <controls>
6                 <control type="group">
7                         <centerleft>50%</centerleft>
8                         <width>600</width>
9                         <centertop>60%</centertop>
10                         <height>700</height>
11                         <include content="DialogBackgroundCommons">
12                                 <param name="width" value="600" />
13                                 <param name="height" value="80" />
14                                 <param name="header_label" value="$LOCALIZE[137]" />
15                                 <param name="header_id" value="" />
16                         </include>
17                         <control type="panel" id="9000">
18                                 <include>ButtonMenuList</include>
19                                 <content>
20                                         <item>
21                                                 <label>$LOCALIZE[31113]</label>
22                                                 <onclick>Dialog.Close(all)</onclick>
23                                                 <onclick condition="System.AddonIsEnabled(script.globalsearch)">RunScript(script.globalsearch)</onclick>
24                                                 <onclick condition="System.HasAddon(script.globalsearch) + !System.AddonIsEnabled(script.globalsearch)">EnableAddon(script.globalsearch)</onclick>
25                                                 <onclick condition="!System.HasAddon(script.globalsearch)">InstallAddon(script.globalsearch)</onclick>
26                                         </item>
27                                         <item>
28                                                 <label>$LOCALIZE[31145]</label>
29                                                 <onclick>Dialog.Close(all)</onclick>
30                                                 <onclick>ActivateWindow(addonbrowser,addons://search/,return)</onclick>
31                                         </item>
32                                         <item>
33                                                 <label>$LOCALIZE[31114]</label>
34                                                 <onclick>Dialog.Close(all)</onclick>
35                                                 <onclick condition="System.AddonIsEnabled(plugin.video.youtube)">ActivateWindow(videos,"plugin://plugin.video.youtube/kodion/search/list/",return)</onclick>
36                                                 <onclick condition="System.HasAddon(plugin.video.youtube) + !System.AddonIsEnabled(plugin.video.youtube)">EnableAddon(plugin.video.youtube)</onclick>
37                                                 <onclick condition="!System.HasAddon(plugin.video.youtube)">InstallAddon(plugin.video.youtube)</onclick>
38                                         </item>
39                                 </content>
40                         </control>
41                 </control>
42         </controls>
43 </window>