[Confluence] fix: remove deprecated code
[vuplus_xbmc] / addons / skin.confluence / 720p / DialogExtendedProgressBar.xml
1 <window>
2         <defaultcontrol></defaultcontrol>
3         <animation effect="slide" start="0,-70" end="0,0" time="100">WindowOpen</animation>
4         <animation effect="slide" start="0,0" end="0,-70" delay="400" time="100">WindowClose</animation>
5         <controls>
6                 <control type="group">
7                         <posx>720</posx>
8                         <posy>0</posy>
9                         <animation effect="slide" end="0,-80" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation>
10                         <control type="image">
11                                 <posx>0</posx>
12                                 <posy>-10</posy>
13                                 <width>400</width>
14                                 <height>70</height>
15                                 <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
16                         </control>
17                         <control type="label" id="30">
18                                 <description>Header Label</description>
19                                 <posx>15</posx>
20                                 <posy>4</posy>
21                                 <width>370</width>
22                                 <height>18</height>
23                                 <font>font10_title</font>
24                                 <textcolor>selected</textcolor>
25                                 <align>left</align>
26                                 <aligny>center</aligny>
27                         </control>
28                         <control type="label" id="31">
29                                 <description>Title Label</description>
30                                 <posx>15</posx>
31                                 <posy>20</posy>
32                                 <width>370</width>
33                                 <height>20</height>
34                                 <font>font10</font>
35                                 <align>left</align>
36                                 <aligny>center</aligny>
37                         </control>
38                         <control type="progress" id="32">
39                                 <description>progress control</description>
40                                 <posx>15</posx>
41                                 <posy>42</posy>
42                                 <width>370</width>
43                                 <height>8</height>
44                         </control>
45                 </control>
46         </controls>
47 </window>