aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/Includes_Buttons.xml
diff options
context:
space:
mode:
authorphil65 <philipptemminghoff@gmx.de>2016-11-23 06:36:31 +0100
committerphil65 <philipptemminghoff@gmx.de>2016-11-23 20:37:42 +0100
commit314f286b4356e02ddc59cc2d3d418f382438775c (patch)
treefd22b6e8eddeb91ed28303f2bbf0073d3ccf34cc /addons/skin.estuary/xml/Includes_Buttons.xml
parent6120ee918509f85470f57c6aac554e844677954f (diff)
[estuary] 2nd edition
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Buttons.xml')
-rw-r--r--addons/skin.estuary/xml/Includes_Buttons.xml337
1 files changed, 337 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_Buttons.xml b/addons/skin.estuary/xml/Includes_Buttons.xml
new file mode 100644
index 0000000000..38df530869
--- /dev/null
+++ b/addons/skin.estuary/xml/Includes_Buttons.xml
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<includes>
+ <include name="OSDButton">
+ <textureradioonfocus colordiffuse="white">$PARAM[texture]</textureradioonfocus>
+ <textureradioonnofocus>$PARAM[texture]</textureradioonnofocus>
+ <textureradioofffocus colordiffuse="white">$PARAM[texture]</textureradioofffocus>
+ <textureradiooffnofocus>$PARAM[texture]</textureradiooffnofocus>
+ <textureradioondisabled colordiffuse="disabled">$PARAM[texture]</textureradioondisabled>
+ <textureradiooffdisabled colordiffuse="disabled">$PARAM[texture]</textureradiooffdisabled>
+ <texturefocus colordiffuse="button_focus">osd/fullscreen/buttons/button-fo.png</texturefocus>
+ <width>76</width>
+ <animation center="38,38" effect="zoom" end="100" reversible="false" start="95" time="480" tween="back">Focus</animation>
+ <height>76</height>
+ <radiowidth>74</radiowidth>
+ <radioheight>74</radioheight>
+ <font></font>
+ <texturenofocus></texturenofocus>
+ <radioposx>1</radioposx>
+ <radioposy>0</radioposy>
+ </include>
+ <include name="InfoDialogMetadata">
+ <control type="button" id="$PARAM[control_id]">
+ <width>505</width>
+ <height>49</height>
+ <textoffsetx>40</textoffsetx>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <texturefocus></texturefocus>
+ <texturenofocus></texturenofocus>
+ <onclick>noop</onclick>
+ <label>$PARAM[label]</label>
+ <visible>$PARAM[visible]</visible>
+ </control>
+ </include>
+ <include name="DefaultSettingButton">
+ <param name="height">70</param>
+ <param name="textoffsetx">40</param>
+ <definition>
+ <textoffsetx>$PARAM[textoffsetx]</textoffsetx>
+ <top>0</top>
+ <height>$PARAM[height]</height>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <invalidcolor>invalid</invalidcolor>
+ <selectedcolor>selected</selectedcolor>
+ <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ </definition>
+ </include>
+ <include name="DialogSettingButton">
+ <param name="height">70</param>
+ <param name="textoffsetx">40</param>
+ <definition>
+ <textoffsetx>$PARAM[textoffsetx]</textoffsetx>
+ <top>0</top>
+ <height>$PARAM[height]</height>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <invalidcolor>invalid</invalidcolor>
+ <selectedcolor>selected</selectedcolor>
+ <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
+ <texturenofocus colordiffuse="dialog_tint">colors/white.png</texturenofocus>
+ </definition>
+ </include>
+ <include name="DefaultSettingLabel">
+ <left>0</left>
+ <top>0</top>
+ <height>75</height>
+ <label></label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font25_title</font>
+ <textcolor>grey</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </include>
+ <include name="SettingsItemCommon">
+ <texturenofocus border="40">buttons/dialogbutton-nofo.png</texturenofocus>
+ <texturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texturefocus>
+ <height>100</height>
+ <aligny>center</aligny>
+ <textoffsetx>40</textoffsetx>
+ <alttexturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</alttexturefocus>
+ <alttexturenofocus border="40">buttons/dialogbutton-nofo.png</alttexturenofocus>
+ </include>
+ <include name="SettingsLabelCommon">
+ <height>50</height>
+ <font>font12</font>
+ <textoffsetx>30</textoffsetx>
+ <textoffsety>10</textoffsety>
+ <textcolor>button_focus</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </include>
+ <include name="DefaultDialogButton">
+ <param name="width">300</param>
+ <param name="height">90</param>
+ <param name="wrapmultiline">false</param>
+ <param name="font">font25_title</param>
+ <param name="onclick"></param>
+ <param name="visible">true</param>
+ <definition>
+ <control type="button" id="$PARAM[id]">
+ <width>$PARAM[width]</width>
+ <height>$PARAM[height]</height>
+ <label>$PARAM[label]</label>
+ <font>$PARAM[font]</font>
+ <textcolor>white</textcolor>
+ <textoffsetx>20</textoffsetx>
+ <onclick>$PARAM[onclick]</onclick>
+ <wrapmultiline>$PARAM[wrapmultiline]</wrapmultiline>
+ <align>center</align>
+ <texturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texturefocus>
+ <texturenofocus border="40">buttons/dialogbutton-nofo.png</texturenofocus>
+ <visible>$PARAM[visible]</visible>
+ </control>
+ </definition>
+ </include>
+ <include name="KeyboardButton">
+ <width>120</width>
+ <height>120</height>
+ <textoffsety>27</textoffsety>
+ <texturefocus colordiffuse="button_focus">buttons/roundbutton-fo.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <align>center</align>
+ <aligny>top</aligny>
+ <font>font45</font>
+ </include>
+ <include name="PlaylistWindowButton">
+ <param name="width">487</param>
+ <definition>
+ <control type="button" id="$PARAM[control_id]">
+ <width>$PARAM[width]</width>
+ <height>110</height>
+ <align>left</align>
+ <aligny>top</aligny>
+ <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <textoffsetx>40</textoffsetx>
+ <textwidth>300</textwidth>
+ <textoffsety>35</textoffsety>
+ <label>$PARAM[label]</label>
+ <selectedcolor>white</selectedcolor>
+ </control>
+ </definition>
+ </include>
+ <include name="IconButton">
+ <param name="height">120</param>
+ <param name="visible">true</param>
+ <definition>
+ <control type="radiobutton" id="$PARAM[control_id]">
+ <width>120</width>
+ <height>$PARAM[height]</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onclick>$PARAM[onclick]</onclick>
+ <onclick>$PARAM[onclick_2]</onclick>
+ <font></font>
+ <label>$PARAM[label]</label>
+ <texturefocus colordiffuse="button_focus">buttons/roundbutton-fo.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <radioposx>40</radioposx>
+ <radioposy>0</radioposy>
+ <radiowidth>40</radiowidth>
+ <radioheight>40</radioheight>
+ <textureradioonfocus>$PARAM[icon]</textureradioonfocus>
+ <textureradioonnofocus colordiffuse="grey">$PARAM[icon]</textureradioonnofocus>
+ <textureradioofffocus>$PARAM[icon]</textureradioofffocus>
+ <textureradiooffnofocus colordiffuse="grey">$PARAM[icon]</textureradiooffnofocus>
+ <visible>$PARAM[visible]</visible>
+ </control>
+ </definition>
+ </include>
+ <include name="BottomMainMenuToggleItem">
+ <param name="height">120</param>
+ <definition>
+ <control type="radiobutton" id="$PARAM[control_id]">
+ <width>120</width>
+ <height>$PARAM[height]</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onclick>$PARAM[onclick]</onclick>
+ <font></font>
+ <label>$PARAM[label]</label>
+ <texturefocus colordiffuse="button_focus">buttons/roundbutton-fo.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <radioposx>40</radioposx>
+ <radioposy>0</radioposy>
+ <radiowidth>40</radiowidth>
+ <radioheight>40</radioheight>
+ <textureradioonfocus>$PARAM[icon_on]</textureradioonfocus>
+ <textureradioonnofocus colordiffuse="grey">$PARAM[icon_on]</textureradioonnofocus>
+ <textureradioofffocus>$PARAM[icon_off]</textureradioofffocus>
+ <textureradiooffnofocus colordiffuse="grey">$PARAM[icon_off]</textureradiooffnofocus>
+ <selected>$PARAM[selected]</selected>
+ </control>
+ </definition>
+ </include>
+ <include name="VideoInfoButtonsCommon">
+ <param name="width">262</param>
+ <definition>
+ <width>$PARAM[width]</width>
+ <height>142</height>
+ <align>center</align>
+ <aligny>top</aligny>
+ <texturefocus border="40" colordiffuse="button_focus">buttons/button-fo.png</texturefocus>
+ <texturenofocus border="40">buttons/button-nofo.png</texturenofocus>
+ <textoffsetx>35</textoffsetx>
+ <textoffsety>78</textoffsety>
+ <radioposx>108</radioposx>
+ <radioposy>13</radioposy>
+ <radiowidth>48</radiowidth>
+ <font>font12</font>
+ <textureradioonfocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioonfocus>
+ <textureradioonnofocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioonnofocus>
+ <textureradioofffocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioofffocus>
+ <textureradiooffnofocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradiooffnofocus>
+ <textureradiooffdisabled colordiffuse="disabled">$PARAM[icon]</textureradiooffdisabled>
+ <textureradioondisabled colordiffuse="disabled">$PARAM[icon]</textureradioondisabled>
+ </definition>
+ </include>
+ <include name="InfoDialogButton">
+ <param name="width">262</param>
+ <definition>
+ <control type="radiobutton" id="$PARAM[id]">
+ <width>$PARAM[width]</width>
+ <height>142</height>
+ <align>center</align>
+ <aligny>top</aligny>
+ <texturefocus border="40" colordiffuse="button_focus">buttons/button-fo.png</texturefocus>
+ <texturenofocus border="40">buttons/button-nofo.png</texturenofocus>
+ <textoffsetx>35</textoffsetx>
+ <textoffsety>78</textoffsety>
+ <radioposx>108</radioposx>
+ <radioposy>16</radioposy>
+ <radiowidth>48</radiowidth>
+ <font>font12</font>
+ <textureradioonfocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioonfocus>
+ <textureradioonnofocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioonnofocus>
+ <textureradioofffocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradioofffocus>
+ <textureradiooffnofocus colordiffuse="D0FFFFFF">$PARAM[icon]</textureradiooffnofocus>
+ <textureradiooffdisabled colordiffuse="disabled">$PARAM[icon]</textureradiooffdisabled>
+ <textureradioondisabled colordiffuse="disabled">$PARAM[icon]</textureradioondisabled>
+ <label>$PARAM[label]</label>
+ <onclick>$PARAM[onclick_1]</onclick>
+ <onclick>$PARAM[onclick_2]</onclick>
+ <visible>$PARAM[visible]</visible>
+ <animation effect="fade" start="100" end="0" time="300" delay="300">Hidden</animation>
+ </control>
+ </definition>
+ </include>
+ <include name="InfoDialogToggleButton">
+ <param name="width">262</param>
+ <definition>
+ <control type="radiobutton" id="$PARAM[id]">
+ <width>$PARAM[width]</width>
+ <height>142</height>
+ <align>center</align>
+ <aligny>top</aligny>
+ <texturefocus border="40" colordiffuse="button_focus">buttons/button-fo.png</texturefocus>
+ <texturenofocus border="40">buttons/button-nofo.png</texturenofocus>
+ <textoffsetx>35</textoffsetx>
+ <textoffsety>78</textoffsety>
+ <radioposx>108</radioposx>
+ <radioposy>16</radioposy>
+ <radiowidth>48</radiowidth>
+ <font>font12</font>
+ <textureradioonfocus colordiffuse="D0FFFFFF">$PARAM[icon_on]</textureradioonfocus>
+ <textureradioonnofocus colordiffuse="D0FFFFFF">$PARAM[icon_on]</textureradioonnofocus>
+ <textureradioofffocus colordiffuse="D0FFFFFF">$PARAM[icon_off]</textureradioofffocus>
+ <textureradiooffnofocus colordiffuse="D0FFFFFF">$PARAM[icon_off]</textureradiooffnofocus>
+ <textureradiooffdisabled colordiffuse="disabled">$PARAM[icon_off]</textureradiooffdisabled>
+ <textureradioondisabled colordiffuse="disabled">$PARAM[icon_on]</textureradioondisabled>
+ <selected>$PARAM[selected]</selected>
+ <label>$PARAM[label]</label>
+ <onclick>$PARAM[onclick_1]</onclick>
+ <onclick>$PARAM[onclick_2]</onclick>
+ <visible>$PARAM[visible]</visible>
+ </control>
+ </definition>
+ </include>
+ <include name="ButtonMenuList">
+ <left>0</left>
+ <top>80</top>
+ <width>600</width>
+ <height>700</height>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <orientation>vertical</orientation>
+ <itemlayout height="70" width="600">
+ <control type="image">
+ <left>0</left>
+ <top>0</top>
+ <width>600</width>
+ <height>70</height>
+ <texture colordiffuse="dialog_tint">colors/white.png</texture>
+ </control>
+ <control type="label">
+ <left>0</left>
+ <textoffsetx>20</textoffsetx>
+ <top>0</top>
+ <width>600</width>
+ <height>70</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>grey</textcolor>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="70" width="600">
+ <control type="image">
+ <left>0</left>
+ <top>0</top>
+ <width>600</width>
+ <height>70</height>
+ <texture colordiffuse="dialog_tint">colors/white.png</texture>
+ </control>
+ <control type="image">
+ <left>0</left>
+ <top>0</top>
+ <width>600</width>
+ <height>70</height>
+ <texture colordiffuse="button_focus">lists/focus.png</texture>
+ </control>
+ <control type="label">
+ <left>0</left>
+ <textoffsetx>20</textoffsetx>
+ <top>0</top>
+ <width>600</width>
+ <height>70</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </include>
+</includes>