skin.pellucid/1080i/DialogKaiToast.xml

69 lines
2.7 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<allowoverlay>yes</allowoverlay>
<onload condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | Window.isactive(pvr) window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist)">SetFocus(9000,0)</onload>
<coordinates>
<origin x="0" y="0" />
</coordinates>
<controls>
<control type="group">
<posx>col-19-begin</posx>
<posy>83</posy>
<!--<visible>!Window.IsActive(fullscreenvideo)</visible>-->
<!--animations-->
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="400" tween="sine" />
</animation>
<control type="image">
<posx>0</posx>
<posy>-12</posy>
<width>8-col</width>
<height>102</height>
<texture>colors/selected.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
<!--animations-->
<animation type="Windowopen">
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine" />
</animation>
</control>
<control type="label" id="401">
<description>heading</description>
<posx>24</posx>
<posy>-12</posy>
<font>smallStrong</font>
<width>468</width>
<height>1-row</height>
<label>-</label>
<scroll>true</scroll>
<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>30</posy>
<font>pageTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>1-row</height>
<label>-</label>
<scroll>true</scroll>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine" />
</animation>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>DialogKaiToast.xml </label>
</control>
</controls>
</window>