41ec35c5bd7a1736c52cba43218653de0ff11b25
[vuplus_xbmc] / addons / skin.confluence / 720p / DialogSlider.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol>11</defaultcontrol>
4         <animation effect="slide" start="0,-80" end="0,0" time="100">WindowOpen</animation>
5         <animation effect="slide" start="0,0" end="0,-80" time="100">WindowClose</animation>
6         <coordinates>
7                 <system>1</system>
8                 <left>405</left>
9                 <top>0</top>
10         </coordinates>
11         <controls>
12                 <control type="image">
13                         <left>0</left>
14                         <top>-10</top>
15                         <width>460</width>
16                         <height>80</height>
17                         <texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture>
18                 </control>
19                 <control type="label" id="10">
20                         <description>Dialog header</description>
21                         <left>20</left>
22                         <top>10</top>
23                         <width>230</width>
24                         <height>20</height>
25                         <align>left</align>
26                         <aligny>center</aligny>
27                         <font>font12_title</font>
28                         <textcolor>blue</textcolor>
29                 </control>
30                 <control type="label" id="12">
31                         <description>Slider Value</description>
32                         <right>440</right>
33                         <top>10</top>
34                         <width>220</width>
35                         <height>20</height>
36                         <align>right</align>
37                         <aligny>center</aligny>
38                         <font>font12_title</font>
39                         <textcolor>white</textcolor>
40                 </control>
41                 <control type="slider" id="11">
42                         <description>Slider</description>
43                         <left>20</left>
44                         <top>35</top>
45                         <width>420</width>
46                         <height>20</height>
47                         <aligny>center</aligny>
48                         <texturefocus>-</texturefocus>
49                         <texturenofocus>-</texturenofocus>
50                         <texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
51                         <textureslidernib>osd_slider_nibNF.png</textureslidernib>
52                         <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
53                         <onup>11</onup>
54                         <ondown>11</ondown>
55                         <onleft>11</onleft>
56                         <onright>11</onright>
57                 </control>
58         </controls>
59 </window>