diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-03-26 21:08:25 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:21 +1000 |
commit | 786a5fb289fad2d9bfdda516d10395639b24f051 (patch) | |
tree | 458ae7b26a6c98ab2ddf288ed438b4c548d7107f /addons/skin.confluence/720p/AddonBrowser.xml | |
parent | f8b6d1d37dcc6e642bfc97b09fd203472b81798e (diff) |
Changed: [Confluence] More design changes (mostly header bar)
Diffstat (limited to 'addons/skin.confluence/720p/AddonBrowser.xml')
-rw-r--r-- | addons/skin.confluence/720p/AddonBrowser.xml | 87 |
1 files changed, 20 insertions, 67 deletions
diff --git a/addons/skin.confluence/720p/AddonBrowser.xml b/addons/skin.confluence/720p/AddonBrowser.xml index 40631c995e..e6481583c2 100644 --- a/addons/skin.confluence/720p/AddonBrowser.xml +++ b/addons/skin.confluence/720p/AddonBrowser.xml @@ -3,8 +3,7 @@ <allowoverlay>no</allowoverlay> <views>50,51,550,551</views> <controls> - <include>CommonSettingsBackground</include> - <include>CommonMediaPlayingBackground</include> + <include>CommonBackground</include> <include>ContentPanelBackgrounds</include> <control type="group"> <include>Window_OpenClose_Animation</include> @@ -17,6 +16,25 @@ <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <include>ScrollOffsetLabel</include> + <include>WindowTitleHomeButton</include> + <control type="grouplist"> + <posx>65</posx> + <posy>5</posy> + <width>1000</width> + <height>30</height> + <orientation>horizontal</orientation> + <align>left</align> + <itemgap>5</itemgap> + <control type="label"> + <include>WindowTitleCommons</include> + <label>$LOCALIZE[24001]</label> + </control> + <control type="label"> + <include>WindowTitleCommons</include> + <label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label> + <visible>!IsEmpty(Container.FolderName)</visible> + </control> + </control> <control type="group"> <posx>-250</posx> <include>SideBladeLeft</include> @@ -86,71 +104,6 @@ <include>CommonNowPlaying_Controls</include> </control> </control> - <control type="group"> - <posx>520</posx> - <posy>0</posy> - <visible>!IsEmpty(Container.Property(AddonCategory))</visible> - <include>VisibleFadeEffect</include> - <animation effect="slide" end="-710,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-710,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>300</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="fadelabel"> - <width>200</width> - <include>WindowTitleCommons</include> - <posx>70</posx> - <scrollout>false</scrollout> - <pauseatend>2000</pauseatend> - <label>$INFO[Container.Property(AddonCategory)]</label> - </control> - </control> - <control type="group"> - <posx>240</posx> - <posy>0</posy> - <visible>!IsEmpty(Container.Property(RepoName))</visible> - <include>VisibleFadeEffect</include> - <animation effect="slide" end="-600,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-600,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>350</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="fadelabel"> - <width>250</width> - <include>WindowTitleCommons</include> - <posx>70</posx> - <scrollout>false</scrollout> - <pauseatend>2000</pauseatend> - <label>$INFO[Container.Property(RepoName)]</label> - </control> - </control> - <control type="group"> - <posx>60</posx> - <posy>0</posy> - <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <posx>220</posx> - <label>$LOCALIZE[24001]</label> - </control> - </control> - <include>WindowTitleHomeButton</include> <include>Clock</include> </controls> </window> |