skin.pellucid/1080i/DialogKaiToast.xml

80 lines
3.5 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>
2015-03-27 21:31:13 +01:00
<onload condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | Window.isactive(pvr) window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist)">SetFocus(9000,0)</onload>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
<posx>col-19-begin</posx>
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>-24</posx>
<posy>0</posy>
<width>24</width>
<height>3-row</height>
<texture>colors/white.png</texture>
2015-04-12 22:22:47 +02:00
<colordiffuse>highlight</colordiffuse>
2015-03-30 21:32:00 +02:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="401">
<description>heading</description>
<posx>24</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<width>468</width>
2015-03-30 21:32:00 +02:00
<height>60</height>
2015-03-27 21:31:13 +01:00
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<label>-</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
<control type="label" id="402">
<description>message</description>
<posx>24</posx>
2015-03-27 21:31:13 +01:00
<posy>1-row</posy>
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<width>468</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<label>-</label>
2015-03-27 21:31:13 +01:00
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</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>
2015-03-27 21:31:13 +01:00
<label>DialogKaiToast.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>