diff options
author | jezz_x <jezz_x@svn> | 2010-09-02 02:26:13 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-09-02 02:26:13 +0000 |
commit | 5ad7eb06507c74a6fa493cabb8e4884dcdff3eba (patch) | |
tree | d848d991c84f9962abc3df71e3780edfb49bcc55 /addons/skin.confluence/720p/MyPics.xml | |
parent | db57921b511d096bb0940251976ccd9016070750 (diff) |
Added: [Confluence] the ability to select the Add-on "Info" view (same one as the add-on browser) in all media windows add-ons lists
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33413 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence/720p/MyPics.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyPics.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/MyPics.xml b/addons/skin.confluence/720p/MyPics.xml index 1ec93c916c..70ee85e67a 100644 --- a/addons/skin.confluence/720p/MyPics.xml +++ b/addons/skin.confluence/720p/MyPics.xml @@ -1,7 +1,7 @@ <window id="2">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
- <views>50,51,500,511,510</views>
+ <views>50,51,550,500,511,510</views>
<controls>
<include>CommonPictureBackground</include>
<include>CommonMediaPlayingBackground</include>
@@ -83,6 +83,15 @@ <texture diffuse="diffuse_mirror3.png" flipy="true" border="20">ContentPanel.png</texture>
</control>
</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>
<control type="group">
<include>Window_OpenClose_Animation</include>
@@ -91,6 +100,7 @@ <include>ThumbnailView</include> <!-- view id = 500 -->
<include>PictureWrapView</include> <!-- view id = 510 -->
<include>PictureThumbView</include> <!-- view id = 511 -->
+ <include>AddonInfoListView1</include> <!-- view id = 550 -->
</control>
<include>CommonPageCount</include>
<include>BehindDialogFadeOut</include>
|