aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/AddonBrowser.xml
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2011-04-10 13:38:08 +1000
committerJezz_X <jezzx2@gmail.com>2011-04-10 13:38:08 +1000
commit997e17d17a6d71012658104bcfc3fcd5a6a7a955 (patch)
tree4ca71c9a8610eb05bca32e01a1df6f5cb559a730 /addons/skin.confluence/720p/AddonBrowser.xml
parent7ea421f5d8da9905a510a67a5144efd82ec785d3 (diff)
Changed: [Confluence] Moved the content panel background building out into an include to save code duplication
Diffstat (limited to 'addons/skin.confluence/720p/AddonBrowser.xml')
-rw-r--r--addons/skin.confluence/720p/AddonBrowser.xml69
1 files changed, 1 insertions, 68 deletions
diff --git a/addons/skin.confluence/720p/AddonBrowser.xml b/addons/skin.confluence/720p/AddonBrowser.xml
index 3767088ed4..3c7168b2df 100644
--- a/addons/skin.confluence/720p/AddonBrowser.xml
+++ b/addons/skin.confluence/720p/AddonBrowser.xml
@@ -5,74 +5,7 @@
<controls>
<include>CommonSettingsBackground</include>
<include>CommonMediaPlayingBackground</include>
- <control type="group">
- <include>Window_OpenClose_Animation</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <texture border="20">black-back.png</texture>
- <include>VisibleFadeEffect</include>
- <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>128r</posy>
- <width>1280</width>
- <height>128</height>
- <texture>floor.png</texture>
- <include>VisibleFadeEffect</include>
- <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>-5</posy>
- <width>1280</width>
- <height>725</height>
- <texture border="0,5,0,0">ContentPanel4.png</texture>
- <include>VisibleFadeEffect</include>
- <visible>Control.IsVisible(550)</visible>
- </control>
- <control type="group">
- <include>VisibleFadeEffect</include>
- <visible>Control.IsVisible(50)</visible>
- <control type="image">
- <posx>50</posx>
- <posy>60</posy>
- <width>750</width>
- <height>600</height>
- <texture border="20">ContentPanel.png</texture>
- </control>
- <control type="image">
- <posx>50</posx>
- <posy>645</posy>
- <width>750</width>
- <height>600</height>
- <aspectratio aligny="top">keep</aspectratio>
- <texture diffuse="diffuse_mirror3.png" flipy="true" border="20">ContentPanel.png</texture>
- </control>
- </control>
- <control type="group">
- <include>VisibleFadeEffect</include>
- <visible>Control.IsVisible(51)</visible>
- <control type="image">
- <posx>75</posx>
- <posy>60</posy>
- <width>1130</width>
- <height>600</height>
- <texture border="20">ContentPanel.png</texture>
- </control>
- <control type="image">
- <posx>75</posx>
- <posy>645</posy>
- <width>1130</width>
- <height>600</height>
- <aspectratio aligny="top">keep</aspectratio>
- <texture diffuse="diffuse_mirror3.png" flipy="true" border="20">ContentPanel.png</texture>
- </control>
- </control>
- </control>
+ <include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<include>CommonRootView</include> <!-- view id = 50 -->