aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-05-05 03:12:53 +0000
committerjezz_x <jezz_x@svn>2010-05-05 03:12:53 +0000
commit3a429baa8d3fb04a0282962b6c27b6d793145f5b (patch)
treeaae7d584c506fbd3d3719865bf0aa44f52c44d60 /addons
parent887e3bf246654077c9fd9b7cce09ff8b69efc765 (diff)
Changed : [PM3.HD] Thumbnail Views Selected texture now takes up full size of thumbnail area (instead of hugging the image) for easier selected Identification
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29805 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.pm3-hd/720p/ViewsFileMode.xml172
1 files changed, 100 insertions, 72 deletions
diff --git a/addons/skin.pm3-hd/720p/ViewsFileMode.xml b/addons/skin.pm3-hd/720p/ViewsFileMode.xml
index 6221d55db7..2d08ebeade 100644
--- a/addons/skin.pm3-hd/720p/ViewsFileMode.xml
+++ b/addons/skin.pm3-hd/720p/ViewsFileMode.xml
@@ -982,16 +982,22 @@
<itemlayout height="170" width="190">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>188</width>
- <height>145</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
+ <height>168</height>
+ <aspectratio>stretch</aspectratio>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>5</posy>
+ <width>178</width>
+ <height>135</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>94</posx>
- <posy>145</posy>
+ <posy>141</posy>
<width>178</width>
<height>25</height>
<font>font11</font>
@@ -1013,16 +1019,22 @@
<focusedlayout height="170" width="190">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>188</width>
- <height>145</height>
- <bordertexture border="5">folder-focus.png</bordertexture>
- <bordersize>5</bordersize>
+ <height>168</height>
+ <aspectratio>stretch</aspectratio>
+ <texture border="5">folder-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>5</posy>
+ <width>178</width>
+ <height>135</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>94</posx>
- <posy>145</posy>
+ <posy>141</posy>
<width>178</width>
<height>25</height>
<font>font11</font>
@@ -1061,17 +1073,22 @@
<itemlayout condition="!Container.Content(Movies)" height="255" width="316">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>314</width>
- <height>230</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
+ <height>253</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>304</width>
+ <height>220</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>158</posx>
- <posy>230</posy>
- <width>314</width>
+ <posy>225</posy>
+ <width>300</width>
<height>25</height>
<font>font12</font>
<textcolor>grey2</textcolor>
@@ -1092,17 +1109,22 @@
<focusedlayout condition="!Container.Content(Movies)" height="255" width="316">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>314</width>
- <height>230</height>
- <bordertexture border="5">folder-focus.png</bordertexture>
- <bordersize>5</bordersize>
+ <height>253</height>
+ <texture border="5">folder-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>304</width>
+ <height>220</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>158</posx>
- <posy>230</posy>
- <width>314</width>
+ <posy>225</posy>
+ <width>300</width>
<height>25</height>
<font>font12</font>
<textcolor>white</textcolor>
@@ -1123,17 +1145,23 @@
<itemlayout condition="Container.Content(Movies)" height="255" width="158">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
- <width>157</width>
- <height>225</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
+ <posy>1</posy>
+ <width>156</width>
+ <height>253</height>
<aspectratio>stretch</aspectratio>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>146</width>
+ <height>220</height>
+ <aspectratio>keep</aspectratio>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>79</posx>
- <posy>225</posy>
+ <posy>226</posy>
<width>147</width>
<height>25</height>
<font>font11</font>
@@ -1155,17 +1183,23 @@
<focusedlayout condition="Container.Content(Movies)" height="255" width="158">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
- <width>157</width>
- <height>225</height>
- <bordertexture border="5">folder-focus.png</bordertexture>
- <bordersize>5</bordersize>
+ <posy>1</posy>
+ <width>156</width>
+ <height>253</height>
<aspectratio>stretch</aspectratio>
+ <texture border="5">folder-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>146</width>
+ <height>220</height>
+ <aspectratio>keep</aspectratio>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>79</posx>
- <posy>225</posy>
+ <posy>226</posy>
<width>147</width>
<height>25</height>
<font>font11</font>
@@ -1204,11 +1238,16 @@
<itemlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>473</width>
- <height>100</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
+ <height>125</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>463</width>
+ <height>90</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
@@ -1235,25 +1274,17 @@
<focusedlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>473</width>
- <height>100</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- <visible>!Control.HasFocus(54)</visible>
- <include>VisibleFadeEffect</include>
+ <height>125</height>
+ <texture border="5">folder-focus.png</texture>
</control>
<control type="image">
- <posx>1</posx>
- <posy>0</posy>
- <width>473</width>
- <height>100</height>
- <bordertexture border="5">folder-focus.png</bordertexture>
- <bordersize>5</bordersize>
- <texture>$INFO[Listitem.Icon]</texture>
- <visible>Control.HasFocus(54)</visible>
- <include>VisibleFadeEffect</include>
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>463</width>
+ <height>90</height>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="image">
<posx>438</posx>
@@ -1279,11 +1310,16 @@
<itemlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>473</width>
<height>100</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>463</width>
+ <height>90</height>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="image">
@@ -1298,25 +1334,17 @@
<focusedlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image">
<posx>1</posx>
- <posy>0</posy>
+ <posy>1</posy>
<width>473</width>
<height>100</height>
- <bordertexture border="5">button-nofocus.png</bordertexture>
- <bordersize>5</bordersize>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- <visible>!Control.HasFocus(54)</visible>
- <include>VisibleFadeEffect</include>
+ <texture border="5">folder-focus.png</texture>
</control>
<control type="image">
- <posx>1</posx>
- <posy>0</posy>
- <width>473</width>
- <height>100</height>
- <bordertexture border="5">folder-focus.png</bordertexture>
- <bordersize>5</bordersize>
- <texture>$INFO[Listitem.Icon]</texture>
- <visible>Control.HasFocus(54)</visible>
- <include>VisibleFadeEffect</include>
+ <posx>6</posx>
+ <posy>6</posy>
+ <width>463</width>
+ <height>90</height>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<control type="image">
<posx>438</posx>