skin.pellucidPlus/1080i/VideoFullScreen.xml

92 lines
3.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<!--video codec info label-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>5-row</height>
<texture>colors/black.png</texture>
<colordiffuse>77FFFFFF</colordiffuse>
</control>
<control type="label" id="10">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
<height>2-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="label" id="11">
2014-09-28 20:47:53 +02:00
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
<height>2-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="label" id="12">
2014-09-28 20:47:53 +02:00
<posx>col-1-begin</posx>
<posy>row-3-begin</posy>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
<height>3-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--buffering label-->
<control type="group">
<posx>0</posx>
<posy>row-2-begin</posy>
<visible>control.isvisible(24)</visible>
<control type="image">
<posx>0</posx>
<posy>-12</posy>
<width>8-col</width>
<height>102</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
<control type="label">
<description>heading</description>
<posx>24</posx>
<posy>-12</posy>
<font>smallStrong</font>
<width>468</width>
<height>1-row</height>
<label>20186</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="24">
<description>buffering label</description>
<posx>24</posx>
<posy>30</posy>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<width>468</width>
<height>1-row</height>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>VideoFullScreen.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>