Files
addon/resources/skins/Default/720p/ServersWindow.xml
marco 384f06ded9 KoD 1.4.1
- ridisegnata la finestra della scelta film/serietv quando si aggiunge in videoteca\n- modifiche minori, qualche fix ai canali/server ed alla ricerca alternativa\n
2020-10-19 18:33:08 +02:00

157 lines
6.5 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>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[UPPERCASE]$ADDON[plugin.video.kod 70145][/UPPERCASE]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- SEARCH ITEM -->
<control type="fixedlist" id="30500">
<bottom>0</bottom>
<width>1280</width>
<height>400</height>
<orientation>horizontal</orientation>
<onup>30012</onup>
<scrolltime tween="sine" easing="out">300</scrolltime>
<itemlayout height="400" width="200">
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>200</width>
<height>200</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout height="400" width="400">
<!-- Title -->
<control type="textbox">
<left>440</left>
<top>0</top>
<width>800</width>
<height>30</height>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Property(server)] [COLOR FFAAAAAA]$INFO[ListItem.Property(quality)][/COLOR][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Plot -->
<control type="textbox">
<left>440</left>
<top>40</top>
<width>800</width>
<height>120</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(plot)]</label>
<align>left</align>
</control>
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>400</width>
<height>400</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>