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/Custom_1110_TempoControl.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/Custom_1110_TempoControl.xml')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1110_TempoControl.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Custom_1110_TempoControl.xml b/addons/skin.estuary/xml/Custom_1110_TempoControl.xml new file mode 100644 index 0000000..f22dee6 --- /dev/null +++ b/addons/skin.estuary/xml/Custom_1110_TempoControl.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<window id="1110" type="dialog"> + <defaultcontrol>11</defaultcontrol> + <include>Animation_DialogPopupOpenClose</include> + <depth>DepthOSD+</depth> + <controls> + <control type="group"> + <top>20</top> + <centerleft>50%</centerleft> + <width>840</width> + <control type="image"> + <left>-20</left> + <top>-30</top> + <width>840</width> + <height>100</height> + <texture>dialogs/dialog-bg-nobo.png</texture> + <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture> + <bordersize>20</bordersize> + </control> + <control type="label"> + <description>Dialog header</description> + <left>40</left> + <top>10</top> + <width>550</width> + <height>20</height> + <aligny>center</aligny> + <font>font14</font> + <label>$LOCALIZE[31142]</label> + </control> + <control type="label"> + <left>120</left> + <top>10</top> + <width>550</width> + <height>20</height> + <align>right</align> + <aligny>center</aligny> + <font>font14</font> + <label>$INFO[Player.playspeed]</label> + </control> + <control type="button" id="11"> + <left>690</left> + <top>10</top> + <width>28</width> + <height>20</height> + <onleft>12</onleft> + <onright>12</onright> + <texturefocus colordiffuse="button_focus">overlays/arrowdown.png</texturefocus> + <texturenofocus>overlays/arrowdown.png</texturenofocus> + <onclick>PlayerControl(TempoDown)</onclick> + </control> + <control type="button" id="12"> + <left>730</left> + <top>10</top> + <width>28</width> + <height>20</height> + <onleft>11</onleft> + <onright>11</onright> + <texturefocus flipy="true" colordiffuse="button_focus">overlays/arrowdown.png</texturefocus> + <texturenofocus flipy="true">overlays/arrowdown.png</texturenofocus> + <onclick>PlayerControl(TempoUp)</onclick> + </control> + </control> + </controls> +</window> |