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:
JezzX2 2010-06-30 07:15:36 +00:00
parent dfddbbded7
commit 0d06a95e86
2 changed files with 17 additions and 27 deletions

View File

@ -264,18 +264,18 @@
<control type="image"> <control type="image">
<posx>40</posx> <posx>40</posx>
<posy>495</posy> <posy>495</posy>
<width>180</width> <width>110</width>
<height>110</height> <height>110</height>
<texture>$INFO[Container(6).ListItem.Icon]</texture> <texture>$INFO[Container(6).ListItem.Icon]</texture>
<bordertexture border="3">black-back2.png</bordertexture> <bordertexture border="3">button-nofocus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>2</bordersize>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
</control> </control>
<control type="fadelabel"> <control type="fadelabel">
<description>Currently Selected Title</description> <description>Currently Selected Title</description>
<posx>230</posx> <posx>160</posx>
<posy>500</posy> <posy>500</posy>
<width>330</width> <width>400</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<align>left</align> <align>left</align>
@ -288,9 +288,9 @@
</control> </control>
<control type="textbox"> <control type="textbox">
<description>Currently Selected Summary</description> <description>Currently Selected Summary</description>
<posx>230</posx> <posx>160</posx>
<posy>540</posy> <posy>540</posy>
<width>330</width> <width>400</width>
<height>80</height> <height>80</height>
<font>font12</font> <font>font12</font>
<align>left</align> <align>left</align>

View File

@ -82,15 +82,17 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>270</width> <width>270</width>
<height>200</height> <height>240</height>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture> <texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="3">button-nofocus.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>IconCrossfadeTime</fadetime> <fadetime>IconCrossfadeTime</fadetime>
</control> </control>
<control type="label"> <control type="label">
<description>Author txt</description> <description>Author txt</description>
<posx>0</posx> <posx>0</posx>
<posy>210</posy> <posy>250</posy>
<width>270</width> <width>270</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[21863]:</label> <label>$LOCALIZE[21863]:</label>
@ -102,7 +104,7 @@
<control type="label"> <control type="label">
<description>Author Value</description> <description>Author Value</description>
<posx>0</posx> <posx>0</posx>
<posy>230</posy> <posy>270</posy>
<width>270</width> <width>270</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
@ -114,32 +116,20 @@
<control type="label"> <control type="label">
<description>Version txt</description> <description>Version txt</description>
<posx>0</posx> <posx>0</posx>
<posy>260</posy> <posy>300</posy>
<width>270</width> <width>270</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[24051]</label> <label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.Property(Addon.Version)][/COLOR]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
<textcolor>grey</textcolor> <textcolor>grey</textcolor>
</control> </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"> <control type="label">
<description>Rating txt</description> <description>Rating txt</description>
<posx>0</posx> <posx>0</posx>
<posy>310</posy> <posy>330</posy>
<width>140</width> <width>120</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[563]:</label> <label>$LOCALIZE[563]:</label>
<align>left</align> <align>left</align>
@ -149,7 +139,7 @@
</control> </control>
<control type="image"> <control type="image">
<description>Rating value</description> <description>Rating value</description>
<posx>0</posx> <posx>120</posx>
<posy>330</posy> <posy>330</posy>
<width>160</width> <width>160</width>
<height>32</height> <height>32</height>