summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/VideoFullScreen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/VideoFullScreen.xml')
-rw-r--r--addons/skin.estouchy/xml/VideoFullScreen.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/VideoFullScreen.xml b/addons/skin.estouchy/xml/VideoFullScreen.xml
new file mode 100644
index 0000000..aeb9493
--- /dev/null
+++ b/addons/skin.estouchy/xml/VideoFullScreen.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol></defaultcontrol>
+ <onunload>ClearProperty(PopupMenuVisible,Home)</onunload>
+ <controls>
+ <!-- codec info -->
+ <control type="group" id="0">
+ <posx>0</posx>
+ <posy>20</posy>
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ScreenWidth</include>
+ <height>160</height>
+ <colordiffuse>AAFFFFFF</colordiffuse>
+ <texture>grey.png</texture>
+ </control>
+ <control type="label" id="10">
+ <description>row 1 label</description>
+ <posx>50</posx>
+ <posy>10</posy>
+ <width>1180</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font16</font>
+ <label></label>
+ </control>
+ <control type="label" id="11">
+ <description>row 2 label</description>
+ <posx>50</posx>
+ <posy>60</posy>
+ <width>1180</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font16</font>
+ <label></label>
+ </control>
+ <control type="label" id="12">
+ <description>row 3 label</description>
+ <posx>50</posx>
+ <posy>110</posy>
+ <width>1180</width>
+ <height>45</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font16</font>
+ <label></label>
+ </control>
+ </control>
+ <control type="label" id="1">
+ <description>seek label</description>
+ <posx>50</posx>
+ <posy>30</posy>
+ <width>1180</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font16</font>
+ <label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
+ </control>
+ </controls>
+</window>