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

54 lines
2.7 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_ONNEXT,true,10000)</onload>
<onunload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_ONNEXT,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="130,735" 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="130,735" 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="130,735" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" start="0" end="100" time="240"/>
</animation>
<control type="group" id="40001">
<posx>130</posx>
<posy>735</posy>
<width>960/</width>
<itemgap>15</itemgap>
<orientation>vertical</orientation>
<control type="image" id="40004">
<description>OnNext Image</description>
<height>135</height>
<width>240</width>
<texture border="5" fallback="fanart.jpg"></texture>
<bordersize>5</bordersize>
<aspectratio scalediffuse="true" align="center" aligny="center">keep</aspectratio>
<bordertexture border="5" infill="false" colordiffuse="FF01416b">colors/white.png</bordertexture>
<visible>Control.IsVisible(40001)</visible>
</control>
<control type="textbox" id="40003">
<height>70</height>
<width>960/</width>
<posy>140</posy>
<font>font27</font>
<scroll>true</scroll>
<textcolor>white</textcolor>
<shadowcolor>dimgray</shadowcolor>
<scrolltime>600</scrolltime>
<autoscroll delay="5000" time="1000">false</autoscroll>
<label/>
<visible>Control.IsVisible(40001)</visible>
</control>
</control>
</control>
</controls>
</window>