skin.pellucidPlus/1080i/DialogAddonInfo.xml

302 lines
13 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<controls>
2015-03-30 21:32:00 +02:00
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<!--About this addon-->
<control type="group">
2015-03-30 21:32:00 +02:00
<posx>col-4-begin</posx>
2016-10-06 20:56:31 +02:00
<posy>row-4-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-30 21:32:00 +02:00
<!--title-->
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>24</posx>
<posy>0</posy>
<width>17-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.AddonType]</label>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
2015-03-30 21:32:00 +02:00
<!--dialog background-->
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-03-30 21:32:00 +02:00
<posy>2-row</posy>
<width>18-col</width>
2016-10-06 20:56:31 +02:00
<height>20-row</height>
2015-03-30 21:32:00 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-11-25 00:26:56 +01:00
<!--addon details-->
2016-11-08 11:36:35 +01:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
2016-10-06 20:56:31 +02:00
<height>8-row</height>
2015-03-30 21:32:00 +02:00
<aspectratio aligny="center">scale</aspectratio>
2016-10-11 20:44:50 +02:00
<texture fallback="colors/black.png">$INFO[ListItem.art(fanart)]</texture>
2015-03-30 21:32:00 +02:00
</control>
2016-11-08 11:36:35 +01:00
<!--screenshots-->
<control type="panel" id="50">
<posx>1-col</posx>
<posy>87</posy>
<width>16-col</width>
<height>8-row</height>
<onleft>50</onleft>
<onright>50</onright>
<ondown>8000</ondown>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="444" height="336">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture>
2016-11-25 21:25:00 +01:00
<bordertexture border="6" colordiffuse="aa111111">colors/black.png</bordertexture>
<bordersize>6</bordersize>
2016-11-08 11:36:35 +01:00
</control>
</itemlayout>
<focusedlayout width="444" height="336">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordertexture border="6">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
</focusedlayout>
</control>
2014-09-28 20:47:53 +02:00
<control type="group">
<posx>6-col</posx>
2016-10-06 20:56:31 +02:00
<posy>10-row</posy>
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
2016-10-06 20:56:31 +02:00
<height>12-row</height>
2015-03-30 21:32:00 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-11-08 11:36:35 +01:00
<control type="image">
<posx>12</posx>
<posy>12</posy>
<width>2-col-gutter</width>
<height>2-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
<description>Addon Title</description>
2017-09-24 13:30:00 +02:00
<posx>2-col</posx>
<posy>12</posy>
2014-09-28 20:47:53 +02:00
<width>10-col-gutter</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>mediumStrong</font>
2017-03-26 17:22:07 +02:00
<label>$INFO[ListItem.addonname]$INFO[ListItem.addonversion, (,)]</label>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2017-09-24 13:30:00 +02:00
<posx>2-col</posx>
2017-02-01 00:38:08 +01:00
<posy>84</posy>
2017-05-13 21:37:11 +02:00
<width>9-col</width>
2017-03-26 17:22:07 +02:00
<font>buttonTitle</font>
2017-09-24 13:30:00 +02:00
<textcolor>textDisabled</textcolor>
2017-07-20 20:00:34 +02:00
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,]</label>
2014-09-28 20:47:53 +02:00
</control>
<control type="textbox" id="400">
2015-03-30 21:32:00 +02:00
<posx>12</posx>
<posy>4-row</posy>
2015-04-02 17:38:10 +02:00
<font>textbox</font>
2015-03-30 21:32:00 +02:00
<width>12-col-gutter</width>
2016-10-06 20:56:31 +02:00
<height>7-row</height>
2017-09-24 13:30:00 +02:00
<label fallback="31205">$INFO[ListItem.AddonDescription]</label>
2017-02-01 00:38:08 +01:00
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
2014-09-28 20:47:53 +02:00
</control>
2017-02-01 00:38:08 +01:00
<control type="scrollbar" id="61">
<posx>870</posx>
<posy>4-row</posy>
<height>7-row</height>
<onleft>8000</onleft>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--dialog controls-->
<control type="group">
<visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<posx>0</posx>
2016-10-06 20:56:31 +02:00
<posy>10-row</posy>
2014-09-28 20:47:53 +02:00
<control type="list" id="8000">
<posx>0</posx>
<posy>0</posy>
2015-03-30 21:32:00 +02:00
<width>6-col</width>
2015-11-22 20:48:07 +01:00
<height>14-row</height>
2014-09-28 20:47:53 +02:00
<itemgap>3</itemgap>
<orientation>vertical</orientation>
2016-11-08 11:36:35 +01:00
<onup>50</onup>
2017-02-01 00:38:08 +01:00
<onright>61</onright>
2015-03-30 21:32:00 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2015-03-30 21:32:00 +02:00
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-04-12 22:22:47 +02:00
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
2015-03-30 21:32:00 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-03-31 21:21:43 +02:00
<include>spinFocusIcon</include>
2015-03-30 21:32:00 +02:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2015-03-30 21:32:00 +02:00
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-04-12 22:22:47 +02:00
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
2015-11-22 20:48:07 +01:00
<item>
2015-12-01 21:38:46 +01:00
<visible>Control.IsEnabled(12)</visible>
2014-09-28 20:47:53 +02:00
<label>31117</label>
<label2></label2>
<thumb>-</thumb>
2015-06-01 21:24:36 +02:00
<onclick>sendclick(146,12)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2015-12-01 21:38:46 +01:00
<item>
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,6)</onclick>
</item>
2015-11-22 20:48:07 +01:00
<item>
<visible>Control.IsEnabled(9)</visible>
<label>$INFO[Control.GetLabel(9)]</label>
<label2></label2>
2014-09-28 20:47:53 +02:00
<thumb>-</thumb>
2015-11-22 20:48:07 +01:00
<onclick>SendClick(146,9)</onclick>
</item>
<item>
2015-12-01 21:38:46 +01:00
<visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,8)</onclick>
</item>
<item>
2016-11-08 11:36:35 +01:00
<visible>Control.IsEnabled(7) + String.IsEqual(Control.GetLabel(7),enable)</visible>
2017-01-27 15:51:36 +01:00
<label>$LOCALIZE[31218]</label>
2016-11-08 11:36:35 +01:00
<label2></label2>
2015-11-22 20:48:07 +01:00
<thumb>-</thumb>
2016-11-08 11:36:35 +01:00
<onclick>SendClick(146,7)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2015-11-22 20:48:07 +01:00
<item>
2016-11-08 11:36:35 +01:00
<visible>Control.IsEnabled(7) + String.IsEqual(Control.GetLabel(7),disable)</visible>
2017-01-27 15:51:36 +01:00
<label>$LOCALIZE[31104]</label>
2016-11-08 11:36:35 +01:00
<label2></label2>
2014-09-28 20:47:53 +02:00
<thumb>-</thumb>
2015-06-01 21:24:36 +02:00
<onclick>SendClick(146,7)</onclick>
2014-09-28 20:47:53 +02:00
</item>
</content>
</control>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6">
<description>Install / Uninstall addon</description>
<label>24022</label>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<label>24069</label>
</control>
<control type="button" id="7">
<description>Disable Addon button</description>
</control>
<control type="button" id="9">
<description>Addon Settings</description>
<label>24020</label>
</control>
2015-03-27 21:31:13 +01:00
<control type="button" id="12">
2014-09-28 20:47:53 +02:00
<description>Launch addon</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAddonInfo.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>