~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.confluence/720p/DialogKaraokeSongSelector.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<window type="dialog" id="143">
2
 
        <animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
3
 
        <animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
4
 
        <controls>
5
 
                <control type="group">
6
 
                        <posx>100</posx>
7
 
                        <posy>0</posy>
8
 
                        <control type="image">
9
 
                                <posx>0</posx>
10
 
                                <posy>-10</posy>
11
 
                                <width>370</width>
12
 
                                <height>70</height>
13
 
                                <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
14
 
                        </control>
15
 
                        <control type="label" id="401">
16
 
                                <description>Song Number Label</description>
17
 
                                <posx>15</posx>
18
 
                                <posy>2</posy>
19
 
                                <width>340</width>
20
 
                                <height>25</height>
21
 
                                <font>font13_title</font>
22
 
                                <textcolor>selected</textcolor>
23
 
                                <align>left</align>
24
 
                                <aligny>center</aligny>
25
 
                        </control>
26
 
                        <control type="label" id="402">
27
 
                                <description>Song Name Label</description>
28
 
                                <posx>15</posx>
29
 
                                <posy>27</posy>
30
 
                                <width>340</width>
31
 
                                <height>20</height>
32
 
                                <font>font13</font>
33
 
                                <textcolor>blue</textcolor>
34
 
                                <align>left</align>
35
 
                                <aligny>center</aligny>
36
 
                        </control>
37
 
                </control>
38
 
        </controls>
39
 
</window>
 
 
b'\\ No newline at end of file'