Changed: look of some dialogs

This commit is contained in:
JezzX 2013-02-18 20:44:58 +11:00
parent 72c386e88b
commit c53c05bf77
2 changed files with 37 additions and 5 deletions

View File

@ -33,7 +33,7 @@
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$LOCALIZE[19019]</label>
<label>$LOCALIZE[19019] - $INFO[VideoPlayer.ChannelGroup]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="button">
@ -61,7 +61,14 @@
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="56" width="390">
<itemlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>5</posx>
<posy>5</posy>
@ -134,7 +141,16 @@
<texture>$INFO[ListItem.Icon]</texture>
</control>
</itemlayout>
<focusedlayout height="56" width="390">
<focusedlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.Hasfocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -61,7 +61,14 @@
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="56" width="390">
<itemlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
@ -87,7 +94,16 @@
<label>$INFO[ListItem.Title]</label>
</control>
</itemlayout>
<focusedlayout height="56" width="390">
<focusedlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.Hasfocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>