diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/VideoFullScreen.xml | |
parent | Initial commit. (diff) | |
download | kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip |
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/skin.estuary/xml/VideoFullScreen.xml')
-rw-r--r-- | addons/skin.estuary/xml/VideoFullScreen.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/VideoFullScreen.xml b/addons/skin.estuary/xml/VideoFullScreen.xml new file mode 100644 index 0000000..ad2f55d --- /dev/null +++ b/addons/skin.estuary/xml/VideoFullScreen.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<window> + <defaultcontrol></defaultcontrol> + <controls> + <control type="group" id="0"> + <control type="label" id="10"> + <left>45</left> + <top>15</top> + <width>1770</width> + <height>100</height> + <label></label> + <font>font12</font> + <shadowcolor>black</shadowcolor> + </control> + <control type="label" id="11"> + <left>45</left> + <top>45</top> + <width>1770</width> + <height>100</height> + <label></label> + <font>font12</font> + <shadowcolor>black</shadowcolor> + </control> + <control type="label" id="12"> + <left>45</left> + <top>75</top> + <width>1770</width> + <height>100</height> + <label></label> + <font>font12</font> + <shadowcolor>black</shadowcolor> + </control> + </control> + <control type="group" id="1"> + <depth>DepthOSD+</depth> + <visible>Player.Caching + Integer.IsGreater(Player.CacheLevel,0)</visible> + <animation effect="fade" delay="300" time="200">Visible</animation> + <animation effect="fade" delay="200" time="150">Hidden</animation> + <centerleft>50%</centerleft> + <width>110</width> + <centertop>50%</centertop> + <height>110</height> + <control type="image" id="1"> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>110</width> + <height>110</height> + <texture colordiffuse="BFFFFFFF">osd/buffer-bg.png</texture> + </control> + <control type="image" id="1"> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>92</width> + <height>92</height> + <texture>dialogs/extendedprogress/loading-back.png</texture> + </control> + <control type="image" id="1"> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>92</width> + <height>92</height> + <texture colordiffuse="button_focus">$INFO[Player.CacheLevel,dialogs/volume/progress/p,.png]</texture> + </control> + <control type="label" id="1"> + <description>buffering value</description> + <label>$INFO[Player.CacheLevel]</label> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>200</width> + <height>200</height> + <aligny>center</aligny> + <align>center</align> + <font>font13</font> + </control> + </control> + </controls> +</window> |