Merge pull request #24470 from fuzzard/release_20.3
[xbmc.git] / addons / skin.estuary / xml / DialogSubtitles.xml
blob449a4fd52bf1ffd03661ad8cbdf302a9d83dcece
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <include>Animation_DialogPopupOpenClose</include>
4         <controls>
5                 <control type="group">
6                         <centertop>50%</centertop>
7                         <height>750</height>
8                         <centerleft>50%</centerleft>
9                         <width>1720</width>
10                         <control type="group" id="250">
11                                 <include content="DialogBackgroundCommons">
12                                         <param name="width" value="1720" />
13                                         <param name="height" value="750" />
14                                         <param name="header_label" value="$LOCALIZE[24012]" />
15                                         <param name="header_id" value="100" />
16                                 </include>
17                                 <control type="group">
18                                         <left>1320</left>
19                                         <control type="grouplist">
20                                                 <top>110</top>
21                                                 <left>-20</left>
22                                                 <onright>150</onright>
23                                                 <onleft>73</onleft>
24                                                 <orientation>vertical</orientation>
25                                                 <include content="DefaultDialogButton">
26                                                         <param name="id" value="160" />
27                                                         <param name="label" value="$LOCALIZE[24120]" />
28                                                         <param name="width" value="420" />
29                                                         <param name="height" value="150" />
30                                                 </include>
31                                         </control>
32                                         <control type="label" id="140">
33                                                 <description>textarea</description>
34                                                 <top>280</top>
35                                                 <width>380</width>
36                                                 <height>40</height>
37                                                 <align>center</align>
38                                                 <aligny>center</aligny>
39                                                 <wrapmultiline>true</wrapmultiline>
40                                         </control>
41                                         <control type="grouplist" id="130">
42                                                 <top>630</top>
43                                                 <width>380</width>
44                                                 <height>300</height>
45                                                 <orientation>vertical</orientation>
46                                                 <itemgap>15</itemgap>
47                                                 <control type="image">
48                                                         <width>380</width>
49                                                         <height>50</height>
50                                                         <aspectratio align="center">keep</aspectratio>
51                                                         <texture>DefaultIconInfo.png</texture>
52                                                 </control>
53                                                 <control type="label">
54                                                         <description>notification</description>
55                                                         <width>380</width>
56                                                         <height>30</height>
57                                                         <label>$LOCALIZE[31096]</label>
58                                                         <align>center</align>
59                                                         <aligny>center</aligny>
60                                                 </control>
61                                         </control>
62                                 </control>
63                         </control>
64                         <control type="group">
65                                 <top>130</top>
66                                 <left>360</left>
67                                 <control type="image">
68                                         <left>-20</left>
69                                         <top>-20</top>
70                                         <width>960</width>
71                                         <height>640</height>
72                                         <texture border="40">buttons/dialogbutton-nofo.png</texture>
73                                 </control>
74                                 <control type="label">
75                                         <description>Video label</description>
76                                         <top>-45</top>
77                                         <width>920</width>
78                                         <height>30</height>
79                                         <font>font30_title</font>
80                                         <label>$INFO[Player.Filename]</label>
81                                         <align>center</align>
82                                         <aligny>center</aligny>
83                                         <textcolor>grey</textcolor>
84                                         <shadowcolor>black</shadowcolor>
85                                         <scroll>true</scroll>
86                                 </control>
87                                 <control type="list" id="120">
88                                         <width>920</width>
89                                         <height>600</height>
90                                         <onleft>150</onleft>
91                                         <onright>73</onright>
92                                         <onup>120</onup>
93                                         <ondown>120</ondown>
94                                         <pagecontrol>73</pagecontrol>
95                                         <scrolltime>200</scrolltime>
96                                         <itemlayout width="920" height="100">
97                                                 <control type="image">
98                                                         <left>25</left>
99                                                         <top>5</top>
100                                                         <width>50</width>
101                                                         <height>50</height>
102                                                         <texture>$INFO[ListItem.Thumb,windows/subtitles/flags/,.png]</texture>
103                                                         <aspectratio>keep</aspectratio>
104                                                 </control>
105                                                 <control type="label">
106                                                         <left>0</left>
107                                                         <top>20</top>
108                                                         <width>100</width>
109                                                         <height>100</height>
110                                                         <font>font12</font>
111                                                         <textcolor>grey</textcolor>
112                                                         <align>center</align>
113                                                         <aligny>center</aligny>
114                                                         <label>$INFO[ListItem.Label]</label>
115                                                 </control>
116                                                 <control type="image">
117                                                         <left>810</left>
118                                                         <top>60</top>
119                                                         <width>30</width>
120                                                         <height>20</height>
121                                                         <texture>windows/subtitles/icon_close_caption.png</texture>
122                                                         <visible>ListItem.property(hearing_imp)</visible>
123                                                 </control>
124                                                 <control type="image">
125                                                         <left>850</left>
126                                                         <top>60</top>
127                                                         <width>60</width>
128                                                         <height>20</height>
129                                                         <texture>windows/subtitles/icon_sync.png</texture>
130                                                         <visible>ListItem.property(sync)</visible>
131                                                 </control>
132                                                 <control type="textbox">
133                                                         <left>130</left>
134                                                         <width>645</width>
135                                                         <height>100</height>
136                                                         <aligny>center</aligny>
137                                                         <font>font12</font>
138                                                         <label>$INFO[ListItem.Label2]</label>
139                                                 </control>
140                                                 <control type="image">
141                                                         <left>810</left>
142                                                         <top>10</top>
143                                                         <width>100</width>
144                                                         <height>45</height>
145                                                         <texture fallback="flags/starrating/rating0.png">$INFO[ListItem.ActualIcon,flags/starrating/rating,.png]</texture>
146                                                         <aspectratio>keep</aspectratio>
147                                                 </control>
148                                         </itemlayout>
149                                         <focusedlayout width="920" height="100">
150                                                 <control type="image">
151                                                         <left>0</left>
152                                                         <right>0</right>
153                                                         <bottom>0</bottom>
154                                                         <texture colordiffuse="button_focus">lists/focus.png</texture>
155                                                         <visible>Control.HasFocus(120)</visible>
156                                                 </control>
157                                                 <control type="image">
158                                                         <left>25</left>
159                                                         <top>5</top>
160                                                         <width>50</width>
161                                                         <height>50</height>
162                                                         <texture>$INFO[ListItem.Thumb,windows/subtitles/flags/,.png]</texture>
163                                                         <aspectratio>keep</aspectratio>
164                                                 </control>
165                                                 <control type="label">
166                                                         <left>0</left>
167                                                         <top>20</top>
168                                                         <width>100</width>
169                                                         <height>100</height>
170                                                         <font>font12</font>
171                                                         <textcolor>grey</textcolor>
172                                                         <align>center</align>
173                                                         <aligny>center</aligny>
174                                                         <label>$INFO[ListItem.Label]</label>
175                                                 </control>
176                                                 <control type="image">
177                                                         <left>810</left>
178                                                         <top>60</top>
179                                                         <width>30</width>
180                                                         <height>20</height>
181                                                         <texture>windows/subtitles/icon_close_caption.png</texture>
182                                                         <visible>ListItem.property(hearing_imp)</visible>
183                                                 </control>
184                                                 <control type="image">
185                                                         <left>850</left>
186                                                         <top>60</top>
187                                                         <width>60</width>
188                                                         <height>20</height>
189                                                         <texture>windows/subtitles/icon_sync.png</texture>
190                                                         <visible>ListItem.property(sync)</visible>
191                                                 </control>
192                                                 <control type="textbox">
193                                                         <left>130</left>
194                                                         <width>645</width>
195                                                         <height>100</height>
196                                                         <aligny>center</aligny>
197                                                         <font>font12</font>
198                                                         <label>$INFO[ListItem.Label2]</label>
199                                                 </control>
200                                                 <control type="image">
201                                                         <left>810</left>
202                                                         <top>10</top>
203                                                         <width>100</width>
204                                                         <height>45</height>
205                                                         <texture fallback="flags/starrating/rating0.png">$INFO[ListItem.ActualIcon,flags/starrating/rating,.png]</texture>
206                                                         <aspectratio>keep</aspectratio>
207                                                 </control>
208                                         </focusedlayout>
209                                 </control>
210                                 <control type="scrollbar" id="73">
211                                         <left>925</left>
212                                         <width>12</width>
213                                         <height>600</height>
214                                         <onleft>120</onleft>
215                                         <onright>160</onright>
216                                         <ondown>73</ondown>
217                                         <onup>73</onup>
218                                         <orientation>vertical</orientation>
219                                 </control>
220                         </control>
221                         <control type="group">
222                                 <left>20</left>
223                                 <top>130</top>
224                                 <control type="image">
225                                         <left>-20</left>
226                                         <top>-20</top>
227                                         <width>360</width>
228                                         <height>520</height>
229                                         <texture border="40">buttons/dialogbutton-nofo.png</texture>
230                                 </control>
231                                 <control type="label">
232                                         <left>0</left>
233                                         <top>-50</top>
234                                         <width>320</width>
235                                         <height>26</height>
236                                         <label>$LOCALIZE[24018]</label>
237                                         <align>center</align>
238                                         <font>font30_title</font>
239                                         <aligny>top</aligny>
240                                         <textcolor>button_focus</textcolor>
241                                         <shadowcolor>black</shadowcolor>
242                                         <wrapmultiline>true</wrapmultiline>
243                                 </control>
244                                 <control type="image" id="110">
245                                         <description>Service Logo</description>
246                                         <top>500</top>
247                                         <width>320</width>
248                                         <height>80</height>
249                                         <fadetime>200</fadetime>
250                                         <aspectratio>keep</aspectratio>
251                                 </control>
252                                 <control type="list" id="150">
253                                         <width>320</width>
254                                         <height>480</height>
255                                         <onleft>160</onleft>
256                                         <onright>120</onright>
257                                         <onup>150</onup>
258                                         <ondown>150</ondown>
259                                         <scrolltime>200</scrolltime>
260                                         <include content="DefaultSimpleListLayout">
261                                                 <param name="width" value="320" />
262                                                 <param name="height" value="80" />
263                                                 <param name="list_id" value="150" />
264                                                 <param name="align" value="center" />
265                                         </include>
266                                 </control>
267                         </control>
268                 </control>
269         </controls>
270 </window>