skin.pellucid/1080i/DialogNotification.xml

89 lines
3.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<controls>
<control type="group">
<posx>col-19-begin</posx>
2015-06-04 17:41:37 +02:00
<posy>row-2-begin</posy>
2015-03-27 21:31:13 +01:00
<include condition="!window.isactive(progressdialog)">progressPosition1</include>
<include condition="window.isactive(progressdialog)">progressPosition2</include>
<!--<visible>!Window.IsActive(fullscreenvideo)</visible>-->
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowclose">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="group">
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
2015-04-20 21:33:20 +02:00
<colordiffuse>FFFFFFFF</colordiffuse>
2016-02-21 19:58:08 +01:00
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
2015-04-20 21:33:20 +02:00
<bordersize>6,0,0,0</bordersize>
2015-03-30 21:32:00 +02:00
</control>
2017-01-27 15:51:36 +01:00
<control type="label" id="401">
<description>heading</description>
<visible>!StringCompare(control.getlabel(401),control.getlabel(402))</visible>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>-</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label">
<visible>StringCompare(control.getlabel(401),control.getlabel(402))</visible>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>31023</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label" id="402">
<description>message</description>
<posx>24</posx>
<posy>1-row</posy>
<font>dialogTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>2-row</height>
<aligny>center</aligny>
<label>-</label>
<scroll>true</scroll>
<scrollspeed>100</scrollspeed>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
</animation>
</control>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-27 21:31:13 +01:00
<!--debugging-->
<include>DebugGrid</include>
2014-09-28 20:47:53 +02:00
<control type="label">
<include>WindowID</include>
2017-01-12 15:09:42 +01:00
<label>DialogNotification.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>