diff options
Diffstat (limited to 'addons/skin.estuary/1080i/View_500_SmallThumb.xml')
-rw-r--r-- | addons/skin.estuary/1080i/View_500_SmallThumb.xml | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/addons/skin.estuary/1080i/View_500_SmallThumb.xml b/addons/skin.estuary/1080i/View_500_SmallThumb.xml index 9fccad55ad..3ef7615a86 100644 --- a/addons/skin.estuary/1080i/View_500_SmallThumb.xml +++ b/addons/skin.estuary/1080i/View_500_SmallThumb.xml @@ -326,14 +326,40 @@ </control> </control> </focusedlayout> - <itemlayout height="360" width="350" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(musicvideos) | Container.Content(addons)"> - <include>InfoWallMusicLayout</include> + <itemlayout height="360" width="350" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(musicvideos)"> + <include content="InfoWallMusicLayout"> + <param name="fallback_image" value="DefaultMusicSongs.png" /> + </include> </itemlayout> - <focusedlayout height="360" width="350" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(musicvideos) | Container.Content(addons)"> + <focusedlayout height="360" width="350" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(musicvideos)"> <control type="group"> <animation effect="zoom" start="100" end="105" time="200" tween="sine" easing="inout" center="160,180">Focus</animation> <animation effect="zoom" start="105" end="100" time="200" tween="sine" easing="inout" center="160,180">UnFocus</animation> - <include>InfoWallMusicLayout</include> + <include content="InfoWallMusicLayout"> + <param name="fallback_image" value="DefaultMusicSongs.png" /> + </include> + <control type="image"> + <left>15</left> + <top>5</top> + <width>288</width> + <height>348</height> + <texture border="8" colordiffuse="button_focus">buttons/thumbnail_focused.png</texture> + <animation effect="fade" start="100" end="0" time="200">Unfocus</animation> + </control> + </control> + </focusedlayout> + <itemlayout height="360" width="350" condition="Container.Content(addons)"> + <include content="InfoWallMusicLayout"> + <param name="fallback_image" value="DefaultAddon.png" /> + </include> + </itemlayout> + <focusedlayout height="360" width="350" condition="Container.Content(addons)"> + <control type="group"> + <animation effect="zoom" start="100" end="105" time="200" tween="sine" easing="inout" center="160,180">Focus</animation> + <animation effect="zoom" start="105" end="100" time="200" tween="sine" easing="inout" center="160,180">UnFocus</animation> + <include content="InfoWallMusicLayout"> + <param name="fallback_image" value="DefaultAddon.png" /> + </include> <control type="image"> <left>15</left> <top>5</top> |