skin.pellucid/1080i/DialogFullScreenInfo.xml

89 lines
3.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2016-03-04 20:53:52 +01:00
<controls>
<control type="group">
<include>fadeInOut</include>
<posx>0</posx>
<posy>0</posy>
<!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>dateTime</include>
<control type="group">
<posx>0</posx>
<posy>row-23-begin</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="0,300" end="0,0" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2016-04-03 17:35:32 +02:00
<label>[B]$INFO[VideoPlayer.ChannelName,, ][/B]$INFO[videoplayer.Title]</label>
2016-03-04 20:53:52 +01:00
</control>
<control type="label">
<right>96</right>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>fullscreenWidth</width>
<height>6-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>col-1-begin</posx>
<posy>90</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>114</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogFullScreenInfo.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>