diff options
Diffstat (limited to 'addons/skin.estuary/xml/View_52_IconWall.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_52_IconWall.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/addons/skin.estuary/xml/View_52_IconWall.xml b/addons/skin.estuary/xml/View_52_IconWall.xml index 3777a6cb5e..83d6f03a66 100644 --- a/addons/skin.estuary/xml/View_52_IconWall.xml +++ b/addons/skin.estuary/xml/View_52_IconWall.xml @@ -19,7 +19,7 @@ <scrolltime tween="cubic" easing="out">500</scrolltime> <visible>Container.Content() | Container.Content(tags) | Container.Content(years) | Container.Content(roles) | Container.Content(genres) | Container.Content(countries) | Container.Content(studios) | Container.Content(playlists) | Container.Content(unknown)</visible> <viewtype label="31099">icon</viewtype> - <itemlayout height="280" width="440" condition="Container.Content() | Container.Content(unknown) | Container.Content(tags) | Container.Content(files) | Container.Content(playlists) | [Container.Content(studios) + System.HasAddon(resource.images.studios.white)]"> + <itemlayout height="280" width="440" condition="Container.Content() | Container.Content(tags) | Container.Content(playlists) | [Container.Content(studios) + System.HasAddon(resource.images.studios.white)]"> <control type="group"> <top>150</top> <control type="image"> @@ -45,15 +45,6 @@ <height>75</height> <texture colordiffuse="border_alpha">colors/black.png</texture> </control> - <control type="image"> - <left>329</left> - <top>24</top> - <width>50</width> - <height>50</height> - <aspectratio>keep</aspectratio> - <texture>$INFO[ListItem.Overlay]</texture> - <visible>!String.EndsWith(ListItem.Overlay,watched.png)</visible> - </control> <control type="textbox"> <left>25</left> <top>148</top> @@ -66,7 +57,7 @@ </control> </control> </itemlayout> - <focusedlayout height="280" width="440" condition="Container.Content() | Container.Content(unknown) | Container.Content(tags) | Container.Content(files) | Container.Content(playlists) | [Container.Content(studios) + System.HasAddon(resource.images.studios.white)]"> + <focusedlayout height="280" width="440" condition="Container.Content() | Container.Content(tags) | Container.Content(playlists) | [Container.Content(studios) + System.HasAddon(resource.images.studios.white)]"> <control type="group"> <depth>DepthContentPopout</depth> <animation type="Focus"> @@ -100,15 +91,6 @@ <align>center</align> </control> <control type="image"> - <left>329</left> - <top>24</top> - <width>50</width> - <height>50</height> - <aspectratio>keep</aspectratio> - <texture>$INFO[ListItem.Overlay]</texture> - <visible>!String.EndsWith(ListItem.Overlay,watched.png)</visible> - </control> - <control type="image"> <left>20</left> <top>150</top> <width>356</width> |