aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/View_54_InfoWall.xml
diff options
context:
space:
mode:
authorphil65 <philipptemminghoff@gmx.de>2016-12-11 14:46:47 +0100
committerphil65 <philipptemminghoff@gmx.de>2016-12-11 14:50:49 +0100
commit2d49c8897e03a5af924900804cec39a68adef57f (patch)
treefaddc5bce19233e9a09beee58250861ace10b468 /addons/skin.estuary/xml/View_54_InfoWall.xml
parent858eae501ba3d0a8a8baf3bff7097830edda7990 (diff)
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/View_54_InfoWall.xml')
-rw-r--r--addons/skin.estuary/xml/View_54_InfoWall.xml47
1 files changed, 24 insertions, 23 deletions
diff --git a/addons/skin.estuary/xml/View_54_InfoWall.xml b/addons/skin.estuary/xml/View_54_InfoWall.xml
index 5add11f6a7..8ae8c4d803 100644
--- a/addons/skin.estuary/xml/View_54_InfoWall.xml
+++ b/addons/skin.estuary/xml/View_54_InfoWall.xml
@@ -45,7 +45,7 @@
</include>
<include name="InfoWallMusicLayout">
<param name="fallback_image">DefaultFolder.png</param>
- <param name="main_label">$INFO[ListItem.Artist,[COLOR grey],[/COLOR]]</param>
+ <param name="main_label">$INFO[ListItem.Artist]</param>
<param name="sub_label">$INFO[ListItem.Title]</param>
<param name="single_label">$INFO[ListItem.Label]</param>
<param name="focused">false</param>
@@ -253,41 +253,42 @@
<visible>$PARAM[focused]</visible>
<include condition="$PARAM[focused]">Animation_FocusTextureFade</include>
</control>
- <control type="image">
- <left>26</left>
- <top>0</top>
- <width>270</width>
- <height>290</height>
- <texture fallback="DefaultMovies.png" background="true">$INFO[ListItem.Icon]</texture>
- <aspectratio>keep</aspectratio>
- <bordersize>20</bordersize>
- </control>
<control type="textbox">
<left>40</left>
- <top>240</top>
+ <top>250</top>
<width>242</width>
- <height>90</height>
+ <height>120</height>
<font>font27</font>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">$PARAM[focused]</autoscroll>
<visible>!ListItem.IsParentFolder</visible>
</control>
- </control>
- <control type="image">
- <left>11</left>
- <top>-14</top>
- <width>298</width>
- <height>408</height>
- <texture colordiffuse="button_focus">colors/grey.png</texture>
- <bordertexture border="21">overlays/shadow.png</bordertexture>
- <bordersize>20</bordersize>
- <visible>$PARAM[focused] + !String.IsEmpty(ListItem.Art(poster))</visible>
- <include condition="$PARAM[focused]">Animation_FocusTextureFade</include>
+ <control type="image">
+ <left>26</left>
+ <top>0</top>
+ <width>270</width>
+ <height>270</height>
+ <texture fallback="DefaultMovies.png" background="true">$INFO[ListItem.Icon]</texture>
+ <aspectratio>scale</aspectratio>
+ <bordersize>20</bordersize>
+ </control>
</control>
<control type="group">
<visible>!String.IsEmpty(ListItem.Art(poster))</visible>
<control type="image">
+ <left>11</left>
+ <top>-14</top>
+ <width>298</width>
+ <height>408</height>
+ <texture colordiffuse="button_focus">colors/grey.png</texture>
+ <bordertexture border="21">overlays/shadow.png</bordertexture>
+ <bordersize>20</bordersize>
+ <visible>$PARAM[focused]</visible>
+ <include condition="$PARAM[focused]">Animation_FocusTextureFade</include>
+ </control>
+ <control type="image">
<left>15</left>
<top>-10</top>
<width>290</width>