[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / Settings.xml
blobfa63b174b8cda3de7158cf7a4fa2c878ab897205
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol>9000</defaultcontrol>
4         <backgroundcolor>background</backgroundcolor>
5         <controls>
6                 <include>DefaultBackground</include>
7                 <control type="multiimage">
8                         <depth>DepthBackground</depth>
9                         <include>FullScreenDimensions</include>
10                         <aspectratio>scale</aspectratio>
11                         <animation effect="zoom" center="auto" end="102,102" time="0" condition="Integer.IsGreater(System.StereoscopicMode,0)">conditional</animation>
12                         <animation effect="fade" start="0" end="100" time="400" reversible="true" condition="!Window.Previous(SettingsCategory.xml)">WindowOpen</animation>
13                         <animation effect="fade" start="100" end="0" time="300" reversible="true" condition="!Window.Next(SettingsCategory.xml)">WindowClose</animation>
14                         <animation effect="fade" time="400">VisibleChange</animation>
15                         <imagepath colordiffuse="35FFFFFF">$INFO[Skin.String(HomeFanart.path)]settings$INFO[Skin.String(HomeFanart.ext)]</imagepath>
16                         <visible>!Player.HasMedia + !String.IsEmpty(Skin.String(HomeFanart.path))</visible>
17                 </control>
18                 <control type="group">
19                         <centerleft>50%</centerleft>
20                         <width>1600</width>
21                         <top>0</top>
22                         <bottom>0</bottom>
23                         <include>OpenClose_Right</include>
24                         <control type="label">
25                                 <left>0</left>
26                                 <right>0</right>
27                                 <top>420</top>
28                                 <height>400</height>
29                                 <label>$LOCALIZE[5]</label>
30                                 <align>center</align>
31                                 <font>font37</font>
32                         </control>
33                         <control type="panel" id="9000">
34                                 <left>0</left>
35                                 <width>100%</width>
36                                 <top>120</top>
37                                 <height>300</height>
38                                 <onup>noop</onup>
39                                 <ondown>Control.SetFocus(9001,$INFO[Container(9000).Position],absolute)</ondown>
40                                 <include>SettingsPanel</include>
41                                 <content>
42                                         <item>
43                                                 <label>$LOCALIZE[10003]</label>
44                                                 <onclick>ActivateWindow(filemanager)</onclick>
45                                                 <icon>icons/settings/filemanager.png</icon>
46                                         </item>
47                                         <item>
48                                                 <label>$LOCALIZE[24001]</label>
49                                                 <onclick>ActivateWindow(addonbrowser)</onclick>
50                                                 <icon>icons/settings/addons.png</icon>
51                                         </item>
52                                         <item>
53                                                 <label>$LOCALIZE[138]</label>
54                                                 <onclick>ActivateWindow(systeminfo)</onclick>
55                                                 <icon>icons/settings/sysinfo.png</icon>
56                                         </item>
57                                         <item>
58                                                 <label>$LOCALIZE[31067]</label>
59                                                 <onclick>ActivateWindow(eventlog)</onclick>
60                                                 <icon>icons/settings/eventlog.png</icon>
61                                         </item>
62                                 </content>
63                         </control>
64                         <control type="panel" id="9001">
65                                 <left>0</left>
66                                 <right>0</right>
67                                 <top>470</top>
68                                 <bottom>0</bottom>
69                                 <onup>Control.SetFocus(9000,$INFO[Container(9001).Position],absolute)</onup>
70                                 <ondown>noop</ondown>
71                                 <include>SettingsPanel</include>
72                                 <content>
73                                         <item>
74                                                 <label>$LOCALIZE[14200]</label>
75                                                 <onclick>ActivateWindow(PlayerSettings)</onclick>
76                                                 <icon>icons/settings/player.png</icon>
77                                         </item>
78                                         <item>
79                                                 <label>$LOCALIZE[14211]</label>
80                                                 <onclick>ActivateWindow(MediaSettings)</onclick>
81                                                 <icon>icons/settings/media.png</icon>
82                                         </item>
83                                         <item>
84                                                 <label>$LOCALIZE[14204]</label>
85                                                 <onclick>ActivateWindow(PVRSettings)</onclick>
86                                                 <icon>icons/settings/livetv.png</icon>
87                                         </item>
88                                         <item>
89                                                 <label>$LOCALIZE[14036]</label>
90                                                 <onclick>ActivateWindow(ServiceSettings)</onclick>
91                                                 <icon>icons/settings/network.png</icon>
92                                         </item>
93                                         <item>
94                                                 <label>$LOCALIZE[15016]</label>
95                                                 <visible>System.GetBool(gamesgeneral.enable)</visible>
96                                                 <onclick>ActivateWindow(GameSettings)</onclick>
97                                                 <icon>icons/settings/games.png</icon>
98                                         </item>
99                                         <item>
100                                                 <label>$LOCALIZE[14206]</label>
101                                                 <onclick>ActivateWindow(InterfaceSettings)</onclick>
102                                                 <icon>icons/settings/interface.png</icon>
103                                         </item>
104                                         <item>
105                                                 <label>$LOCALIZE[13200]</label>
106                                                 <onclick>ActivateWindow(Profiles)</onclick>
107                                                 <icon>icons/settings/profiles.png</icon>
108                                         </item>
109                                         <item>
110                                                 <label>$LOCALIZE[13000]</label>
111                                                 <onclick>ActivateWindow(SystemSettings)</onclick>
112                                                 <icon>icons/settings/system.png</icon>
113                                         </item>
114                                         <item>
115                                                 <label>LibreELEC</label>
116                                                 <onclick>RunAddon(service.libreelec.settings)</onclick>
117                                                 <icon>icons/settings/libreelec.png</icon>
118                                                 <visible>System.AddonIsEnabled(service.libreelec.settings)</visible>
119                                         </item>
120                                 </content>
121                         </control>
122                 </control>
123                 <include content="TopBar">
124                         <param name="breadcrumbs_label" value="$LOCALIZE[13000]" />
125                 </include>
126                 <include>BottomBar</include>
127         </controls>
128 </window>