diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 04:07:29 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 09:42:36 +0100 |
commit | 10c3773028c171830fc75f2b9774dc3b70f67782 (patch) | |
tree | d399286d159f0ab8b43c88ce700ecfbc674f90df /addons/skin.estuary/xml/View_500_Wall.xml | |
parent | 28b54e9741d7a6c1b6a6952c93fe01e0a532d1d0 (diff) |
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/View_500_Wall.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_500_Wall.xml | 45 |
1 files changed, 10 insertions, 35 deletions
diff --git a/addons/skin.estuary/xml/View_500_Wall.xml b/addons/skin.estuary/xml/View_500_Wall.xml index 36bbcc2335..ba72632e05 100644 --- a/addons/skin.estuary/xml/View_500_Wall.xml +++ b/addons/skin.estuary/xml/View_500_Wall.xml @@ -27,11 +27,6 @@ <top>120</top> <include>InfoWallMovieLayout</include> </control> - <control type="group"> - <left>135</left> - <top>108</top> - <include>UserRatingCircle</include> - </control> </itemlayout> <focusedlayout height="445" width="300" condition="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons)"> <control type="group"> @@ -42,46 +37,26 @@ <include content="InfoWallMovieLayout"> <param name="focused" value="true" /> </include> - <control type="group"> - <left>135</left> - <top>-12</top> - <include>UserRatingCircle</include> - </control> </control> </focusedlayout> - <itemlayout height="400" width="300" condition="Container.Content(episodes)"> - <control type="image"> - <left>144</left> - <top>516</top> - <width>32</width> - <height>32</height> - <texture>$VAR[WallWatchedIconVar]</texture> - </control> + <itemlayout height="300" width="300" condition="Container.Content(episodes)"> <control type="group"> - <top>150</top> - <include content="InfoWallMusicLayout"> + <top>110</top> + <include content="InfoWallEpisodeLayout"> <param name="label" value="$INFO[ListItem.Label]" /> + <param name="thumb_label" value="$INFO[ListItem.Label2]" /> </include> </control> </itemlayout> - <focusedlayout height="400" width="300" condition="Container.Content(episodes)"> - <control type="image"> - <left>144</left> - <top>516</top> - <width>32</width> - <height>32</height> - <texture>$VAR[WallWatchedIconVar]</texture> - <animation effect="slide" end="0,16" time="200" tween="sine" easing="inout">Focus</animation> - <animation effect="slide" start="0,16" end="0,0" time="200" tween="sine" easing="inout">UnFocus</animation> - </control> + <focusedlayout height="300" width="300" condition="Container.Content(episodes)"> <control type="group"> <depth>DepthContentPopout</depth> - <animation effect="zoom" start="100" end="110" time="200" tween="sine" easing="inout" center="160,380">Focus</animation> - <animation effect="zoom" start="110" end="100" time="200" tween="sine" easing="inout" center="160,380">UnFocus</animation> - <top>150</top> - <include content="InfoWallMusicLayout"> - <param name="label" value="$INFO[ListItem.Label]" /> + <animation effect="zoom" start="100" end="110" time="200" tween="sine" easing="inout" center="160,280">Focus</animation> + <animation effect="zoom" start="110" end="100" time="200" tween="sine" easing="inout" center="160,280">UnFocus</animation> + <top>110</top> + <include content="InfoWallEpisodeLayout"> <param name="focused" value="true" /> + <param name="thumb_label" value="$INFO[ListItem.Label2]" /> </include> </control> </focusedlayout> |