diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-10 19:40:14 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-04-10 19:40:14 +1000 |
commit | 9128b334f8ec4253e13642440d0e76656ddb09e4 (patch) | |
tree | c75a854c55cad424df44f23f5e0cd461e94e1ec5 /addons | |
parent | 381a53c8987d38fa0a94f461589acfca47f08b1c (diff) |
Changed: [Confluence] More standard window design layout
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 17 | ||||
-rw-r--r-- | addons/skin.confluence/720p/Settings.xml | 46 | ||||
-rw-r--r-- | addons/skin.confluence/720p/SettingsCategory.xml | 32 | ||||
-rw-r--r-- | addons/skin.confluence/720p/SettingsProfile.xml | 46 | ||||
-rw-r--r-- | addons/skin.confluence/720p/SettingsSystemInfo.xml | 46 | ||||
-rw-r--r-- | addons/skin.confluence/720p/custom_SkinSetting_1111.xml | 30 |
6 files changed, 176 insertions, 41 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index e4cd917879..424bcb31f4 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -186,16 +186,17 @@ </control> </include> <include name="ContentPanelBackgrounds"> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <include>Window_OpenClose_Animation</include> - <control type="image"> - <posx>0</posx> - <posy>100r</posy> - <width>1280</width> - <height>100</height> - <texture>floor.png</texture> - <include>VisibleFadeEffect</include> - </control> <control type="group"> <include>VisibleFadeEffect</include> <visible>Control.IsVisible(50)</visible> diff --git a/addons/skin.confluence/720p/Settings.xml b/addons/skin.confluence/720p/Settings.xml index a1982a1bbc..f999da68a1 100644 --- a/addons/skin.confluence/720p/Settings.xml +++ b/addons/skin.confluence/720p/Settings.xml @@ -4,9 +4,18 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -16,11 +25,35 @@ <effect type="fade" start="100" end="0" time="300" /> </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>980</posx> + <posy>11</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + <visible>system.getbool(input.enablemouse)</visible> </control> <control type="image"> <description>LOGO</description> @@ -212,6 +245,7 @@ <shadowcolor>black</shadowcolor> </control> </control> + <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <control type="group"> <posx>60</posx> diff --git a/addons/skin.confluence/720p/SettingsCategory.xml b/addons/skin.confluence/720p/SettingsCategory.xml index cd6ce13a6a..a7083f6c34 100644 --- a/addons/skin.confluence/720p/SettingsCategory.xml +++ b/addons/skin.confluence/720p/SettingsCategory.xml @@ -4,9 +4,17 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <include>VisibleFadeEffect</include> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -14,18 +22,25 @@ <animation type="WindowClose" reversible="false"> <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" /> <effect type="fade" start="100" end="0" time="300" /> - </animation> + </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> </control> <control type="button"> <description>Close Window button</description> <posx>980</posx> - <posy>9</posy> + <posy>11</posy> <width>64</width> <height>32</height> <label>-</label> @@ -182,6 +197,7 @@ <font>-</font> <visible>false</visible> </control> + <include>CommonNowPlaying</include> <control type="group"> <posx>60</posx> <posy>0</posy> diff --git a/addons/skin.confluence/720p/SettingsProfile.xml b/addons/skin.confluence/720p/SettingsProfile.xml index 49a75ab07c..110dbc3618 100644 --- a/addons/skin.confluence/720p/SettingsProfile.xml +++ b/addons/skin.confluence/720p/SettingsProfile.xml @@ -4,9 +4,18 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -16,11 +25,35 @@ <effect type="fade" start="100" end="0" time="300" /> </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>980</posx> + <posy>11</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + <visible>system.getbool(input.enablemouse)</visible> </control> <control type="image"> <description>LOGO</description> @@ -235,6 +268,7 @@ <orientation>vertical</orientation> </control> </control> + <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <control type="group"> <posx>60</posx> diff --git a/addons/skin.confluence/720p/SettingsSystemInfo.xml b/addons/skin.confluence/720p/SettingsSystemInfo.xml index 6a25f0c8e7..6ab6e6af34 100644 --- a/addons/skin.confluence/720p/SettingsSystemInfo.xml +++ b/addons/skin.confluence/720p/SettingsSystemInfo.xml @@ -4,9 +4,18 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -16,11 +25,35 @@ <effect type="fade" start="100" end="0" time="300" /> </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>980</posx> + <posy>11</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + <visible>system.getbool(input.enablemouse)</visible> </control> <control type="image"> <description>LOGO</description> @@ -285,6 +318,7 @@ </control> </control> </control> + <include>CommonNowPlaying</include> <control type="group"> <posx>60</posx> <posy>0</posy> diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml index a58e74bd78..a41917de9d 100644 --- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml +++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml @@ -3,9 +3,17 @@ <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <include>VisibleFadeEffect</include> + </control> <control type="group"> <posx>90</posx> - <posy>50</posy> + <posy>30</posy> <animation type="WindowOpen" reversible="false"> <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> <effect type="fade" start="0" end="100" time="300" /> @@ -15,16 +23,23 @@ <effect type="fade" start="100" end="0" time="300" /> </animation> <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>1100</width> - <height>640</height> - <texture border="20">DialogBack.png</texture> + <posx>5</posx> + <posy>5</posy> + <width>1090</width> + <height>630</height> + <texture border="15">ContentPanel.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>625</posy> + <width>1090</width> + <height>64</height> + <texture border="15">ContentPanelMirror.png</texture> </control> <control type="button"> <description>Close Window button</description> <posx>980</posx> - <posy>9</posy> + <posy>11</posy> <width>64</width> <height>32</height> <label>-</label> @@ -1657,6 +1672,7 @@ </control> </control> </control> + <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <control type="group"> <posx>60</posx> |