Changed : [PM3.HD] changed a few layouts now we assume addon icons are square
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@76 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
parent
dfddbbded7
commit
0d06a95e86
@ -264,18 +264,18 @@
|
||||
<control type="image">
|
||||
<posx>40</posx>
|
||||
<posy>495</posy>
|
||||
<width>180</width>
|
||||
<width>110</width>
|
||||
<height>110</height>
|
||||
<texture>$INFO[Container(6).ListItem.Icon]</texture>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>5</bordersize>
|
||||
<bordertexture border="3">button-nofocus.png</bordertexture>
|
||||
<bordersize>2</bordersize>
|
||||
<aspectratio>keep</aspectratio>
|
||||
</control>
|
||||
<control type="fadelabel">
|
||||
<description>Currently Selected Title</description>
|
||||
<posx>230</posx>
|
||||
<posx>160</posx>
|
||||
<posy>500</posy>
|
||||
<width>330</width>
|
||||
<width>400</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
@ -288,9 +288,9 @@
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<description>Currently Selected Summary</description>
|
||||
<posx>230</posx>
|
||||
<posx>160</posx>
|
||||
<posy>540</posy>
|
||||
<width>330</width>
|
||||
<width>400</width>
|
||||
<height>80</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
|
@ -82,15 +82,17 @@
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>270</width>
|
||||
<height>200</height>
|
||||
<height>240</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture>$INFO[ListItem.Icon]</texture>
|
||||
<bordertexture border="3">button-nofocus.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<fadetime>IconCrossfadeTime</fadetime>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Author txt</description>
|
||||
<posx>0</posx>
|
||||
<posy>210</posy>
|
||||
<posy>250</posy>
|
||||
<width>270</width>
|
||||
<height>25</height>
|
||||
<label>$LOCALIZE[21863]:</label>
|
||||
@ -102,7 +104,7 @@
|
||||
<control type="label">
|
||||
<description>Author Value</description>
|
||||
<posx>0</posx>
|
||||
<posy>230</posy>
|
||||
<posy>270</posy>
|
||||
<width>270</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
|
||||
@ -114,32 +116,20 @@
|
||||
<control type="label">
|
||||
<description>Version txt</description>
|
||||
<posx>0</posx>
|
||||
<posy>260</posy>
|
||||
<posy>300</posy>
|
||||
<width>270</width>
|
||||
<height>25</height>
|
||||
<label>$LOCALIZE[24051]</label>
|
||||
<label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.Property(Addon.Version)][/COLOR]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
<textcolor>grey</textcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Version Value</description>
|
||||
<posx>0</posx>
|
||||
<posy>280</posy>
|
||||
<width>270</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
<scroll>true</scroll>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Rating txt</description>
|
||||
<posx>0</posx>
|
||||
<posy>310</posy>
|
||||
<width>140</width>
|
||||
<posy>330</posy>
|
||||
<width>120</width>
|
||||
<height>25</height>
|
||||
<label>$LOCALIZE[563]:</label>
|
||||
<align>left</align>
|
||||
@ -149,7 +139,7 @@
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Rating value</description>
|
||||
<posx>0</posx>
|
||||
<posx>120</posx>
|
||||
<posy>330</posy>
|
||||
<width>160</width>
|
||||
<height>32</height>
|
||||
|
Loading…
x
Reference in New Issue
Block a user