skin.pellucid/1080i/DialogPVRChannelsOSD.xml

158 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">11</defaultcontrol>
<controls>
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>12-col</width>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>96</posy>
<width>12-col</width>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
<control type="group">
<posx>1342</posx>
<posy>0</posy>
<visible>!Window.IsActive(DialogPVRGuideInfo.xml)</visible>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="400"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="500"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="1000"/>
<effect type="slide" start="0" end="800" tween="cubic" easing="in" time="500"/>
</animation>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--Channel Group Title-->
<control type="label">
<posx>20</posx>
<posy>50</posy>
<width>400</width>
<align>left</align>
<textcolor>textActive</textcolor>
<font>itemTitle</font>
<label>$INFO[VideoPlayer.ChannelGroup]</label>
</control>
<!--Number of Channels subtitle -->
<control type="label">
<posx>20</posx>
<posy>85</posy>
<width>400</width>
<align>left</align>
<textcolor>textActive</textcolor>
<font>itemSubTitle</font>
<label>$INFO[Container(11).NumItems,, $LOCALIZE[19019]]</label>
</control>
<!--Channel list-->
<control type="fixedlist" id="11">
<focusposition>2</focusposition>
<movement>3</movement>
<posx>0</posx>
<posy>row-4-begin</posy>
<height>24-row</height>
<width>667</width>
<onleft>PreviousChannelGroup</onleft>
<onright>NextChannelGroup</onright>
<orientation>vertical</orientation>
<scrolltime tween="sine" easing="out">400</scrolltime>
<itemlayout height="3-row">
<control type="image">
<posx>16</posx>
<posy>20</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>96</posx>
<posy>-4</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
</control>
<control type="label">
<posx>96</posx>
<posy>34</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
</itemlayout>
<focusedlayout height="3-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>16</posx>
<posy>20</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>96</posx>
<posy>-4</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
</control>
<control type="label">
<posx>96</posx>
<posy>34</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
</focusedlayout>
</control>
</control>
</controls>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogPVRChannelsOSD.xml</label>
</control>
</window>