[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / DialogPictureInfo.xml
blob2a6d20e2d07aa58afc4f5a0919acd469ca487862
1 <?xml version="1.0" encoding="utf-8"?>
2 <window>
3         <depth>DepthOSD</depth>
4         <defaultcontrol always="true">9000</defaultcontrol>
5         <onload>SetProperty(infobackground,$ESCINFO[ListItem.FolderPath],home)</onload>
6         <onunload>ClearProperty(infobackground,home)</onunload>
7         <controls>
8                 <control type="group">
9                         <centertop>50%</centertop>
10                         <height>1080</height>
11                         <centerleft>50%</centerleft>
12                         <width>1920</width>
13                         <control type="group">
14                                 <visible>!Window.IsActive(Slideshow)</visible>
15                                 <include>OpenClose_Left</include>
16                                 <top>160</top>
17                                 <control type="image">
18                                         <left>70</left>
19                                         <width>1280</width>
20                                         <height>820</height>
21                                         <texture border="21">dialogs/dialog-bg.png</texture>
22                                 </control>
23                                 <control type="image">
24                                         <left>120</left>
25                                         <top>50</top>
26                                         <width>1180</width>
27                                         <height>720</height>
28                                         <aspectratio aligny="center">keep</aspectratio>
29                                         <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
30                                         <bordersize>4</bordersize>
31                                         <texture border="4" background="true" fallback="colors/black.png">$INFO[ListItem.FolderPath]</texture>
32                                 </control>
33                         </control>
34                         <control type="group">
35                                 <include>OpenClose_Right</include>
36                                 <top>160</top>
37                                 <control type="image">
38                                         <description>background image</description>
39                                         <right>70</right>
40                                         <width>510</width>
41                                         <height>820</height>
42                                         <texture border="22">dialogs/dialog-bg.png</texture>
43                                 </control>
44                                 <include content="UpDownArrows">
45                                         <param name="container_id" value="5" />
46                                         <param name="posx" value="1590" />
47                                         <param name="up_posy" value="-20" />
48                                         <param name="down_posy" value="820" />
49                                 </include>
50                                 <control type="group" id="9000">
51                                         <control type="scrollbar" id="60">
52                                                 <left>1840</left>
53                                                 <top>20</top>
54                                                 <width>12</width>
55                                                 <height>780</height>
56                                                 <orientation>vertical</orientation>
57                                         </control>
58                                         <control type="list" id="5">
59                                                 <right>70</right>
60                                                 <top>30</top>
61                                                 <width>480</width>
62                                                 <height>750</height>
63                                                 <orientation>vertical</orientation>
64                                                 <onleft>Dialog.Close(all,true)</onleft>
65                                                 <onleft>Action(left)</onleft>
66                                                 <onleft>info</onleft>
67                                                 <onright>Dialog.Close(all,true)</onright>
68                                                 <onright>Action(right)</onright>
69                                                 <onright>info</onright>
70                                                 <onup>5</onup>
71                                                 <ondown>5</ondown>
72                                                 <pagecontrol>60</pagecontrol>
73                                                 <focusedlayout height="50">
74                                                         <control type="label">
75                                                                 <left>10</left>
76                                                                 <height>50</height>
77                                                                 <width>430</width>
78                                                                 <aligny>center</aligny>
79                                                                 <font>font12</font>
80                                                                 <label>$INFO[ListItem.Label]</label>
81                                                                 <textcolor>button_focus</textcolor>
82                                                                 <shadowcolor>text_shadow</shadowcolor>
83                                                         </control>
84                                                         <control type="label">
85                                                                 <left>10</left>
86                                                                 <height>50</height>
87                                                                 <width>430</width>
88                                                                 <align>right</align>
89                                                                 <font>font12</font>
90                                                                 <aligny>center</aligny>
91                                                                 <label>$INFO[ListItem.Label2]</label>
92                                                                 <shadowcolor>text_shadow</shadowcolor>
93                                                         </control>
94                                                 </focusedlayout>
95                                                 <itemlayout height="50">
96                                                         <control type="label">
97                                                                 <left>10</left>
98                                                                 <height>50</height>
99                                                                 <width>430</width>
100                                                                 <aligny>center</aligny>
101                                                                 <label>$INFO[ListItem.Label]</label>
102                                                                 <font>font12</font>
103                                                                 <textcolor>button_focus</textcolor>
104                                                                 <shadowcolor>text_shadow</shadowcolor>
105                                                         </control>
106                                                         <control type="label">
107                                                                 <left>10</left>
108                                                                 <height>50</height>
109                                                                 <width>430</width>
110                                                                 <align>right</align>
111                                                                 <font>font12</font>
112                                                                 <aligny>center</aligny>
113                                                                 <label>$INFO[ListItem.Label2]</label>
114                                                                 <shadowcolor>text_shadow</shadowcolor>
115                                                         </control>
116                                                 </itemlayout>
117                                         </control>
118                                 </control>
119                         </control>
120                 </control>
121                 <include content="InfoDialogTopBarInfo">
122                         <param name="main_label" value="$VAR[PictureInfoMainLabelVar]" />
123                         <param name="sub_label" value="$VAR[PictureInfoSubLabelVar]" />
124                 </include>
125                 <include condition="Skin.HasSetting(touchmode)">TouchBackButton</include>
126         </controls>
127 </window>