aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogYesNo.xml
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-04-28 00:05:22 +0000
committerjmarshallnz <jmarshallnz@svn>2010-04-28 00:05:22 +0000
commit81d4a149d54d3b79f0449dad77264c642469f10d (patch)
tree39fabba02bee35f87b2cec1c149872f0719f5f79 /addons/skin.confluence/720p/DialogYesNo.xml
parentd9e6ddf42d0d2787a93eaec8706e26a90d931f41 (diff)
changed: paint the (system) addons bikeshed (moves - id's to come)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29568 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence/720p/DialogYesNo.xml')
-rw-r--r--addons/skin.confluence/720p/DialogYesNo.xml100
1 files changed, 100 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogYesNo.xml b/addons/skin.confluence/720p/DialogYesNo.xml
new file mode 100644
index 0000000000..7d4a7bca9f
--- /dev/null
+++ b/addons/skin.confluence/720p/DialogYesNo.xml
@@ -0,0 +1,100 @@
+<window id="100">
+ <defaultcontrol always="true">10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>340</posx>
+ <posy>235</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>230</height>
+ <texture border="20">OverlayDialogBackground.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>18</posy>
+ <width>560</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>$LOCALIZE[13406]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>20</posx>
+ <posy>60</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font13</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>20</posx>
+ <posy>85</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font13</font>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>20</posx>
+ <posy>110</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font13</font>
+ </control>
+ <control type="button" id="11">
+ <description>Yes button</description>
+ <posx>75</posx>
+ <posy>170</posy>
+ <width>200</width>
+ <height>40</height>
+ <label>107</label>
+ <font>font12_title</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="5">MenuItemNF.png</texturenofocus>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>11</onup>
+ <ondown>11</ondown>
+ </control>
+ <control type="button" id="10">
+ <description>No button</description>
+ <posx>325</posx>
+ <posy>170</posy>
+ <width>200</width>
+ <height>40</height>
+ <label>106</label>
+ <font>font12_title</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="5">MenuItemNF.png</texturenofocus>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <onleft>11</onleft>
+ <onright>11</onright>
+ <onup>10</onup>
+ <ondown>10</ondown>
+ </control>
+ </controls>
+</window> \ No newline at end of file