poster view fix
This commit is contained in:
parent
078a78fcbf
commit
80a8bdb4ea
|
@ -46,24 +46,37 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>!controlgroup(9000).hasfocus</visible>
|
<visible>!controlgroup(9000).hasfocus</visible>
|
||||||
<posx>12</posx>
|
<posx>12</posx>
|
||||||
<posy>338</posy>
|
<posy>350</posy>
|
||||||
<width>192</width>
|
|
||||||
<height>1-row</height>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>thumbTitle</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<label>[B]$INFO[ListItem.label][/B]</label>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<visible>!controlgroup(9000).hasfocus</visible>
|
|
||||||
<posx>12</posx>
|
|
||||||
<posy>362</posy>
|
|
||||||
<width>204</width>
|
<width>204</width>
|
||||||
<height>1-row</height>
|
<height>1-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>thumbTitle</font>
|
<font>thumbTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.year]</label>
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
||||||
|
</control>
|
||||||
|
<control type="group">
|
||||||
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
||||||
|
<posx>166</posx>
|
||||||
|
<posy>6</posy>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>56</width>
|
||||||
|
<height>56</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>masks/newContent.png</texture>
|
||||||
|
<colordiffuse>highlight</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>28</posx>
|
||||||
|
<posy>-4</posy>
|
||||||
|
<width>36</width>
|
||||||
|
<height>36</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="252" height="438">
|
<focusedlayout width="252" height="438">
|
||||||
|
@ -91,23 +104,37 @@
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>12</posx>
|
<posx>12</posx>
|
||||||
<posy>338</posy>
|
<posy>354</posy>
|
||||||
<width>204</width>
|
<width>204</width>
|
||||||
<height>1-row</height>
|
<height>1-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>thumbTitle</font>
|
<font>thumbTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>[B]$INFO[ListItem.label][/B]</label>
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="group">
|
||||||
<posx>12</posx>
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
||||||
<posy>362</posy>
|
<posx>166</posx>
|
||||||
<width>204</width>
|
<posy>6</posy>
|
||||||
<height>1-row</height>
|
<control type="image">
|
||||||
<aligny>center</aligny>
|
<posx>0</posx>
|
||||||
<font>thumbTitle</font>
|
<posy>0</posy>
|
||||||
<textcolor>textActive</textcolor>
|
<width>56</width>
|
||||||
<label>$INFO[ListItem.year]</label>
|
<height>56</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>masks/newContent.png</texture>
|
||||||
|
<colordiffuse>highlight</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>28</posx>
|
||||||
|
<posy>-4</posy>
|
||||||
|
<width>36</width>
|
||||||
|
<height>36</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
|
|
Loading…
Reference in New Issue