diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-30 09:19:08 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-30 09:19:49 +1100 |
commit | a5e93f9a765084933c16a668b098e26a3d9f2c23 (patch) | |
tree | 052ae14e1d6405c271a9689f241a33e63f94c672 | |
parent | 2ea4108917d56612ef063dcfd21b248be200e588 (diff) |
Changed: [Confluence] usage of some Icon art vs Poster art
-rw-r--r-- | addons/skin.confluence/720p/ViewsVideoLibrary.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml index 8c94a8cff6..e297594f45 100644 --- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml +++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml @@ -354,7 +354,7 @@ <bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture> <bordersize>4</bordersize> <fadetime>200</fadetime> - <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture> + <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture> </control> </itemlayout> <focusedlayout height="310" width="120"> @@ -372,6 +372,17 @@ <animation reversible="false" effect="zoom" end="-2,16,128,168" start="-12,-10,148,198" time="200">unfocus</animation> </control> <control type="image"> + <posx>2</posx> + <posy>180</posy> + <width>120</width> + <height>160</height> + <aspectratio>stretch</aspectratio> + <bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture> + <bordersize>4</bordersize> + <fadetime>200</fadetime> + <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture> + </control> + <control type="image"> <posx>90</posx> <posy>150</posy> <width>35</width> @@ -1136,7 +1147,7 @@ <height>355</height> <aspectratio>keep</aspectratio> <fadetime>IconCrossfadeTime</fadetime> - <texture background="true">$INFO[ListItem.Icon]</texture> + <texture background="true">$VAR[PosterThumb]</texture> <bordertexture border="8">ThumbShadow.png</bordertexture> <bordersize>8</bordersize> </control> @@ -1742,7 +1753,7 @@ <height>440</height> <aspectratio align="left" aligny="bottom">keep</aspectratio> <fadetime>IconCrossfadeTime</fadetime> - <texture background="true">$INFO[ListItem.Icon]</texture> + <texture background="true">$VAR[PosterThumb]</texture> <bordertexture border="8">ThumbShadow.png</bordertexture> <bordersize>8</bordersize> </control> @@ -1791,7 +1802,7 @@ <height>440</height> <aspectratio align="left" aligny="bottom">keep</aspectratio> <fadetime>IconCrossfadeTime</fadetime> - <texture background="true">$INFO[ListItem.Art(poster)]</texture> + <texture background="true">$VAR[PosterThumb]</texture> <bordertexture border="8">ThumbShadow.png</bordertexture> <bordersize>8</bordersize> </control> |