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.estouchy/xml/DialogSettings.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.estouchy/xml/DialogSettings.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogSettings.xml | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogSettings.xml b/addons/skin.estouchy/xml/DialogSettings.xml new file mode 100644 index 0000000..55f613e --- /dev/null +++ b/addons/skin.estouchy/xml/DialogSettings.xml @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <control type="group"> + <include>BehindDialogFadeOut</include> + <visible>!Window.IsVisible(sliderdialog)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="2"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label></label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="grouplist" id="5"> + <posx>0</posx> + <posy>60</posy> + <width>974</width> + <height>630</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>60</onleft> + <onright>60</onright> + <onup>5</onup> + <ondown>9000</ondown> + </control> + <control type="scrollbar" id="60"> + <posx>974</posx> + <posy>90</posy> + <width>26</width> + <height>570</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>5</onleft> + <onright>5</onright> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="button" id="7"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="radiobutton" id="8"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="9"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="edit" id="12"> + <height>70</height> + <font>font25</font> + </control> + <control type="sliderex" id="13"> + <height>70</height> + <font>font25</font> + <textwidth>400</textwidth> + </control> + <control type="label" id="14"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>720</posy> + <width>1000</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>5</onup> + <ondown>5</ondown> + <control type="button" id="28"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label></label> + </control> + <control type="button" id="29"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label></label> + </control> + <control type="button" id="30"> + <description>Custom Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label></label> + </control> + </control> + </control> + </controls> +</window> |