diff options
Diffstat (limited to 'addons/skin.confluence/720p/ViewsFileMode.xml')
-rw-r--r-- | addons/skin.confluence/720p/ViewsFileMode.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.confluence/720p/ViewsFileMode.xml b/addons/skin.confluence/720p/ViewsFileMode.xml index 903bb79cf2..49bd9c121c 100644 --- a/addons/skin.confluence/720p/ViewsFileMode.xml +++ b/addons/skin.confluence/720p/ViewsFileMode.xml @@ -239,7 +239,7 @@ <pagecontrol>60</pagecontrol> <scrolltime>200</scrolltime> <preloaditems>2</preloaditems> - <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows)" height="186" width="216"> + <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216"> <control type="image"> <posx>1</posx> <posy>0</posy> @@ -282,7 +282,7 @@ <texture>$INFO[ListItem.Overlay]</texture> </control> </itemlayout> - <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows)" height="186" width="216"> + <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216"> <control type="image"> <posx>1</posx> <posy>0</posy> @@ -325,7 +325,7 @@ <texture>$INFO[ListItem.Overlay]</texture> </control> </focusedlayout> - <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="279" width="216"> + <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="279" width="216"> <control type="image"> <posx>1</posx> <posy>0</posy> @@ -356,7 +356,7 @@ <texture>$INFO[ListItem.Overlay]</texture> </control> </itemlayout> - <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="276" width="216"> + <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="276" width="216"> <control type="image"> <posx>1</posx> <posy>0</posy> @@ -411,7 +411,7 @@ <visible>Control.IsVisible(505)</visible> <include>VisibleFadeEffect</include> <control type="panel" id="505"> - <visible>!Container.Content(LiveTV) + !Container.Content(Movies) + !Container.Content(Episodes) + !Container.Content(Seasons) + !Container.Content(MusicVideos) + !Container.Content(Addons)</visible> + <visible>Container.Content(TVShows) | Container.Content(Files)</visible> <posx>95</posx> <posy>80</posy> <width>1080</width> |