diff options
author | jezz_x <jezz_x@svn> | 2010-06-09 09:26:45 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-06-09 09:26:45 +0000 |
commit | 1084323cb465197b7d5aa8fc55e46474abbb64e2 (patch) | |
tree | a41e6b1802fb2c42b7d1875751ee385aed6612f2 /addons/skin.confluence/720p/DialogSelect.xml | |
parent | e72fef9fa7fe32dd23cdbeb5888b33b16f1ea89c (diff) |
Changed: [Confluence] Layout if Add-on selector
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30998 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence/720p/DialogSelect.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogSelect.xml | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/addons/skin.confluence/720p/DialogSelect.xml b/addons/skin.confluence/720p/DialogSelect.xml index d9a9462558..27ce91e505 100644 --- a/addons/skin.confluence/720p/DialogSelect.xml +++ b/addons/skin.confluence/720p/DialogSelect.xml @@ -131,34 +131,45 @@ <pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
- <itemlayout height="40" width="550">
+ <itemlayout height="80" width="550">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>550</width>
- <height>41</height>
+ <height>81</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>2</posy>
- <width>40</width>
- <height>36</height>
+ <width>120</width>
+ <height>76</height>
<texture>$INFO[Listitem.Icon]</texture>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
- <posx>45</posx>
+ <posx>130</posx>
<posy>0</posy>
- <width>485</width>
- <height>40</height>
+ <width>410</width>
+ <height>30</height>
<font>font13</font>
- <textcolor>grey2</textcolor>
+ <textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
+ <label>[B]$INFO[ListItem.Label][/B]</label>
+ </control>
+ <control type="textbox">
+ <posx>130</posx>
+ <posy>30</posy>
+ <width>410</width>
+ <height>50</height>
+ <font>font12</font>
+ <textcolor>grey</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="80" width="550">
|