diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
commit | 81d4a149d54d3b79f0449dad77264c642469f10d (patch) | |
tree | 39fabba02bee35f87b2cec1c149872f0719f5f79 /addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml | |
parent | d9e6ddf42d0d2787a93eaec8706e26a90d931f41 (diff) |
changed: paint the (system) addons bikeshed (moves - id's to come)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29568 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml')
-rw-r--r-- | addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml | 242 |
1 files changed, 242 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml b/addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml new file mode 100644 index 0000000000..114f0c9d7c --- /dev/null +++ b/addons/skin.confluence/720p/script-Apple_Movie_Trailers-chooser.xml @@ -0,0 +1,242 @@ +<window type="dialog">
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <posx>780</posx>
+ <animation effect="slide" start="500,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
+ <animation effect="slide" start="0,0" end="500,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>720</height>
+ <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>64</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>PreviousMenu</onclick>
+ <texturefocus>DialogCloseButton-focus.png</texturefocus>
+ <texturenofocus>DialogCloseButton.png</texturenofocus>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <visible>system.getbool(input.enablemouse)</visible>
+ </control>
+ <control type="group">
+ <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
+ <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
+ <control type="label" id="500">
+ <description>header label</description>
+ <posx>460</posx>
+ <posy>60</posy>
+ <width>440</width>
+ <height>30</height>
+ <font>font24_title</font>
+ <label>-</label>
+ <align>right</align>
+ <aligny>bottom</aligny>
+ <wrapmultiline>true</wrapmultiline>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <!-- skin selection controls -->
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="multiimage" id="501">
+ <posx>30</posx>
+ <posy>390</posy>
+ <width>430</width>
+ <height>300</height>
+ <imagepath>thumbs</imagepath>
+ <info>Skin.String(AMT-chooser-thumbfolder)</info>
+ <timeperimage>2000</timeperimage>
+ <fadetime>500</fadetime>
+ <visible>!Control.IsVisible(504) + !Control.IsVisible(505)</visible>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="textbox" id="505">
+ <posx>30</posx>
+ <posy>390</posy>
+ <width>430</width>
+ <height>300</height>
+ <font>font13</font>
+ <info>Container(503).ListItem.Label2</info>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="503">
+ <posx>30</posx>
+ <posy>130</posy>
+ <width>430</width>
+ <height>240</height>
+ <onup>503</onup>
+ <onleft>503</onleft>
+ <onright>503</onright>
+ <ondown>503</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemNF.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>410</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemNF.png</texture>
+ <visible>!Control.HasFocus(503)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemFO.png</texture>
+ <visible>Control.HasFocus(503)</visible>
+= </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>410</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>460</posx>
+ <posy>375</posy>
+ <width>440</width>
+ <height>30</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <textcolor>grey</textcolor>
+ <font>font12</font>
+ <label>([COLOR=blue]$INFO[Container(503).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(503).CurrentPage]/$INFO[Container(503).NumPages][/COLOR])</label>
+ <visible>Control.IsVisible(503)</visible>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="504">
+ <posx>30</posx>
+ <posy>130</posy>
+ <width>430</width>
+ <height>520</height>
+ <onup>504</onup>
+ <onleft>504</onleft>
+ <onright>504</onright>
+ <ondown>504</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemNF.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>410</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemNF.png</texture>
+ <visible>!Control.HasFocus(504)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>41</height>
+ <texture>MenuItemFO.png</texture>
+ <visible>Control.HasFocus(504)</visible>
+= </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>410</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>460</posx>
+ <posy>680</posy>
+ <width>440</width>
+ <height>30</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <textcolor>grey</textcolor>
+ <font>font12</font>
+ <label>([COLOR=blue]$INFO[Container(504).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(504).CurrentPage]/$INFO[Container(504).NumPages][/COLOR])</label>
+ <visible>Control.IsVisible(504)</visible>
+ </control>
+ </control>
+ </control>
+ <include>SideBladeRight</include>
+ <include>Clock</include>
+
+ <!-- ** Required ** Do not change <description> -->
+ <control type="label" id="502">
+ <description>Chooser Warning Label</description>
+ <posx>500</posx>
+ <posy>430</posy>
+ <width>310</width>
+ <height>20</height>
+ <align>center</align>
+ <font>-</font>
+ <label>$LOCALIZE[SCRIPT231]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file |