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

61 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<window>
<backgroundcolor>0x00000000</backgroundcolor>
<onload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_UTILITY,true,10000)</onload>
<onunload>SetProperty(plugin.video.pseudotv.live.Running.OVERLAY_UTILITY,false,10000)</onunload>
<controls>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="50%,50%" 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="50%,50%" easing="in" tween="back" time="240"/>
<effect type="fade" start="100" end="0" time="240"/>
</animation>
<control type="group" id="40000">
<animation type="Visible" reversible="false">
<effect type="zoom" start="80" end="100" center="50%,50%" delay="160" tween="back" time="240"/>
<effect type="fade" delay="160" end="100" time="240"/>
</animation>
<posx>0</posx>
<posy>0</posy>
<control type="image">
<description>Hide Background</description>
<width>auto</width>
<height>auto</height>
<colordiffuse>black</colordiffuse>
<texture>colors/white.png</texture>
<visible>!Player.Playing</visible>
<aspectratio scalediffuse="true" align="center" aligny="center">scale</aspectratio>
</control>
<control type="grouplist" id="40002">
<left>278</left>
<top>178</top>
<width>1000</width>
<height>128</height>
<itemgap>10</itemgap>
<orientation>horizontal</orientation>
<visible>true</visible>
<animation effect="fade" start="100" end="0" time="24000">WindowOpen</animation>
<control type="image">
<width>50</width>
<height>128</height>
<align>left</align>
<aligny>center</aligny>
<texture>buttons/dpad.png</texture>
<aspectratio scalediffuse="false">keep</aspectratio>
</control>
<control type="label">
<align>left</align>
<aligny>center</aligny>
<width>auto</width>
<height>128</height>
<font>font32_title</font>
<textcolor>ffffffff</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>Move logo into position.[CR]Enter/Select toggle focus.[CR]Press back to save.</label>
</control>
</control>
</control>
</controls>
</window>