Files
addon/resources/skins/Default/720p/TitleOrIDWindow.xml
Alhaziel01 9bd8764805 Nuovo Autorenumber
+ Migliorie TVDB
 + Migliorie TMDB
2020-11-06 19:41:28 +01:00

109 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<window>
<allowoverlays>false</allowoverlays>
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="300" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="300" />
</animation>
<controls>
<control type="button" id="10005">
<top>0</top>
<left>0</left>
<height>100%</height>
<width>100%</width>
<texturefocus colordiffuse="80232323">white.png</texturefocus>
<texturenofocus colordiffuse="80232323">white.png</texturenofocus>
</control>
<control type="group">
<top>210</top>
<left>175</left>
<height>300</height>
<width>930</width>
<!-- Beckground -->
<control type="image">
<height>100%</height>
<width>100%</width>
<texture colordiffuse="FF232323">white.png</texture>
</control>
<!-- Header -->
<control type="textbox" id="10000">
<top>40</top>
<left>40</left>
<height>40</height>
<width>850</width>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<label></label>
</control>
<!-- divisor -->
<control type="image">
<top>90</top>
<left>40</left>
<height>1</height>
<width>850</width>
<texture colordiffuse="FFFFFFFF">white.png</texture>
</control>
<!-- titolo -->
<control type="edit" id="10001">
<top>120</top>
<left>40</left>
<height>60</height>
<width>630</width>
<textcolor>FFFFFFFF</textcolor>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
<aligny>center</aligny>
<label>$ADDON[plugin.video.kod 60230]</label>
<ondown>10002</ondown>
<onright>10003</onright>
</control>
<!-- id -->
<control type="edit" id="10002">
<top>200</top>
<left>40</left>
<height>60</height>
<width>630</width>
<textcolor>FFFFFFFF</textcolor>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
<aligny>center</aligny>
<label></label>
<onup>10001</onup>
<onright>10003</onright>
</control>
<!-- ok -->
<control type="button" id="10003">
<top>120</top>
<left>690</left>
<label>$ADDON[plugin.video.kod 70001]</label>
<height>60</height>
<width>200</width>
<textcolor>FFFFFFFF</textcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus border="10" colordiffuse="FF232323">white.png</texturenofocus>
<ondown>10004</ondown>
<onleft>10001</onleft>
</control>
<!-- annulla -->
<control type="button" id="10004">
<top>200</top>
<left>690</left>
<label>$ADDON[plugin.video.kod 70002]</label>
<height>60</height>
<width>200</width>
<textcolor>FFFFFFFF</textcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus border="10" colordiffuse="FF232323">white.png</texturenofocus>
<onup>10003</onup>
<onleft>10001</onleft>
</control>
</control>
</controls>
</window>