Files
addon/resources/skins/Default/720p/SearchWindow.xml
2020-12-19 18:48:45 +01:00

168 lines
7.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<depth>0.52</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<!-- CLOSE BUTTON / BACKGROUND -->
<control type="button">
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<texturefocus colordiffuse="FF232323">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<onclick>Action(close)</onclick>
</control>
<!-- GROUP CONTROLS -->
<control type="group">
<left>0</left>
<top>0</top>
<animation type="WindowOpen" reversible="false">
<effect type="slide" start="0,100" end="0,0" delay="160" time="160" />
<effect type="fade" delay="160" end="100" time="100" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
<effect type="fade" delay="160" start="100" end="0" time="100" />
</animation>
<!-- BACKGROUND -->
<control type="image" id='30000'>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF555555"/>
</control>
<!-- LOADING -->
<control type="image" id='30011'>
<top>355</top>
<left>490</left>
<width>300</width>
<height>10</height>
<texture>white.png</texture>
<animation effect="zoom" pulse ="true" center="auto" start="0,100" end="100,100" time="1000" condition="Control.IsVisible(30011)">Conditional</animation>
</control>
<!-- TITLE -->
<control type="textbox" id='30001'>
<left>40</left>
<top>50</top>
<width>1000</width>
<height>30</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[UPPERCASE]$ADDON[plugin.video.kod 70821][/UPPERCASE]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- SEARCH ITEM -->
<control type="fixedlist" id="30500">
<bottom>40</bottom>
<width>1280</width>
<height>570</height>
<onup>30012</onup>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
<!-- Poster -->
<control type="image">
<top>300</top>
<left>0</left>
<width>180</width>
<height>270</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout height="570" width="380">
<!-- Title -->
<control type="textbox">
<left>400</left>
<top>10</top>
<width>800</width>
<height>30</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Label] [COLOR FFAAAAAA]$INFO[ListItem.Property(year)][/COLOR][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Tagline -->
<control type="textbox">
<left>400</left>
<top>50</top>
<width>800</width>
<height>30</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Property(channel)][/B]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>400</left>
<top>90</top>
<width>800</width>
<height>170</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(plot)]</label>
<align>left</align>
</control>
<!-- Poster -->
<control type="image">
<top>0</top>
<left>0</left>
<width>380</width>
<height>570</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</focusedlayout>
</control>
<control type="list" id="30012">
<top>25</top>
<right>25</right>
<height>50</height>
<width>140</width>
<align>right</align>
<ondown>30500</ondown>
<orientation>horizontal</orientation>
<itemlayout height="50" width="70">
<control type="image">
<width>50</width>
<height>50</height>
<texture colordiffuse="AAFFFFFF">$INFO[ListItem.Property(thumbnail)]</texture>
</control>
</itemlayout>
<focusedlayout height="50" width="70">
<control type="image">
<width>50</width>
<height>50</height>
<texture colordiffuse="FFFFFFFF">$INFO[ListItem.Property(thumbnail)]</texture>
<visible>Control.HasFocus(30012)</visible>
</control>
<control type="image">
<width>50</width>
<height>50</height>
<texture colordiffuse="AAFFFFFF">$INFO[ListItem.Property(thumbnail)]</texture>
<visible>!Control.HasFocus(30012)</visible>
</control>
</focusedlayout>
</control>
</control>
<!-- GROUP CONTROLS END -->
</controls>
</window>