Files
DevOps/Kodi/Lenovo/addons/plugin.video.pseudotv.live/resources/skins/default/1080i/plugin.video.pseudotv.live.restart.xml

60 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<window>
<defaultcontrol always="true">40001</defaultcontrol>
<onload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_RESTART,true,10000)</onload>
<onunload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_RESTART,false,10000)</onunload>
<controls>
<control type="group">
<posx>0</posx>
<posy>0</posy>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="480,100%" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" end="100" time="240"/>
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="480,100%" easing="in" tween="back" time="240"/>
<effect type="fade" start="100" end="0" time="240"/>
</animation>
<animation type="VisibleChange" reversible="true">
<effect type="zoom" start="80" end="100" center="480,100%" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" start="0" end="100" time="240"/>
</animation>
<visible>Control.IsVisible(40000)</visible>
<control type="image" id="40000">
<description>Restart Progress</description>
<left>522</left>
<bottom>40</bottom>
<width>116</width>
<height>24</height>
<texture>buttons/ButtonFocus.png</texture>
</control>
<control type="button" id="40001">
<description>Restart Button</description>
<left>480</left>
<bottom>0</bottom>
<width>200</width>
<height>106</height>
<colordiffuse>FFFFFFFF</colordiffuse>
<shadowcolor>FF696969</shadowcolor>
<texturefocus colordiffuse="FF01416b">buttons/restart_button.png</texturefocus>
<texturenofocus colordiffuse="dimgray">buttons/restart_button.png</texturenofocus>
<aspectratio scalediffuse="true" align="center" aligny="center">scale</aspectratio>
<label/>
<align>center</align>
<aligny>center</aligny>
<wrapmultiline>false</wrapmultiline>
<font>font32_title</font>
<textcolor>FFFFFFFF</textcolor>
<focusedcolor>FFFFFFFF</focusedcolor>
<disabledcolor>80FFFFFF</disabledcolor>
<invalidcolor>FFFFFFFF</invalidcolor>
<textoffsetx/>
<textoffsety/>
<pulseonselect>false</pulseonselect>
<onclick/>
<onfocus/>
<onunfocus/>
</control>
</control>
</controls>
</window>