aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogSlider.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/DialogSlider.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/DialogSlider.xml')
-rw-r--r--addons/skin.confluence/720p/DialogSlider.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogSlider.xml b/addons/skin.confluence/720p/DialogSlider.xml
new file mode 100644
index 0000000000..c9b2e388d6
--- /dev/null
+++ b/addons/skin.confluence/720p/DialogSlider.xml
@@ -0,0 +1,58 @@
+<window id="145">
+ <defaultcontrol>11</defaultcontrol>
+ <animation effect="slide" start="0,80" end="0,0" time="100">WindowOpen</animation>
+ <animation effect="slide" start="0,0" end="0,80" time="100">WindowClose</animation>
+ <coordinates>
+ <system>1</system>
+ <posx>405</posx>
+ <posy>650</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>80</height>
+ <texture border="20,20,20,2">InfoMessagePanel.png</texture>
+ </control>
+ <control type="label" id="10">
+ <description>Dialog header</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>230</width>
+ <height>20</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12_title</font>
+ <textcolor>blue</textcolor>
+ </control>
+ <control type="label" id="12">
+ <description>Slider Value</description>
+ <posx>440</posx>
+ <posy>10</posy>
+ <width>220</width>
+ <height>20</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12_title</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="slider" id="11">
+ <description>Slider</description>
+ <posx>20</posx>
+ <posy>35</posy>
+ <width>420</width>
+ <height>20</height>
+ <aligny>center</aligny>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
+ <textureslidernib>osd_slider_nibNF.png</textureslidernib>
+ <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
+ <onup>11</onup>
+ <ondown>11</ondown>
+ <onleft>11</onleft>
+ <onright>11</onright>
+ </control>
+ </controls>
+</window>