aboutsummaryrefslogtreecommitdiff
path: root/skin/Confluence
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2009-12-02 04:55:56 +0000
committerjezz_x <jezz_x@svn>2009-12-02 04:55:56 +0000
commit1e0f300d89194d3404b4dd7b676207afa246c62b (patch)
tree2dd01c7dfe069345d1b444695fafa6746e2f2aa6 /skin/Confluence
parent679d2e3298ee66289b7248bf6210576df73509a6 (diff)
Added/fixed/changed: [Confluence] watched overlays in list views to video file mode. (since they work there now)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25217 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r--skin/Confluence/720p/ViewsFileMode.xml39
1 files changed, 24 insertions, 15 deletions
diff --git a/skin/Confluence/720p/ViewsFileMode.xml b/skin/Confluence/720p/ViewsFileMode.xml
index 8647c893df..bc60de2966 100644
--- a/skin/Confluence/720p/ViewsFileMode.xml
+++ b/skin/Confluence/720p/ViewsFileMode.xml
@@ -47,7 +47,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
- <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="!Window.IsVisible(VideoLibrary)">conditional</animation>
+ <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="![Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]">conditional</animation>
</control>
<control type="image">
<posx>665</posx>
@@ -55,7 +55,7 @@
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
- <visible>Window.IsVisible(VideoLibrary)</visible>
+ <visible>Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
@@ -108,7 +108,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
- <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="!Window.IsVisible(VideoLibrary)">conditional</animation>
+ <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="![Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]">conditional</animation>
</control>
<control type="image">
<posx>665</posx>
@@ -116,7 +116,7 @@
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
- <visible>Window.IsVisible(VideoLibrary)</visible>
+ <visible>Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)</visible>
</control>
</focusedlayout>
</control>
@@ -160,15 +160,6 @@
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="diffuse_mirror3.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
</control>
- <control type="image">
- <posx>400</posx>
- <posy>430</posy>
- <width>50</width>
- <height>50</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(Seasons) | Container.Content(MusicVideos)]</visible>
- </control>
</control>
</control>
</include>
@@ -392,7 +383,7 @@
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
- <posx>1065</posx>
+ <posx>1045</posx>
<posy>0</posy>
<width>1000</width>
<height>40</height>
@@ -402,6 +393,15 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
+ <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="![Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]">conditional</animation>
+ </control>
+ <control type="image">
+ <posx>1050</posx>
+ <posy>14</posy>
+ <width>20</width>
+ <height>16</height>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ <visible>Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="1080">
@@ -451,7 +451,7 @@
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
- <posx>1065</posx>
+ <posx>1045</posx>
<posy>0</posy>
<width>1000</width>
<height>40</height>
@@ -461,6 +461,15 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
+ <animation effect="slide" start="0,0" end="20,0" delay="0" time="0" condition="![Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]">conditional</animation>
+ </control>
+ <control type="image">
+ <posx>1050</posx>
+ <posy>14</posy>
+ <width>20</width>
+ <height>16</height>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ <visible>Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)</visible>
</control>
</focusedlayout>
</control>