diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-28 00:05:22 +0000 |
commit | 81d4a149d54d3b79f0449dad77264c642469f10d (patch) | |
tree | 39fabba02bee35f87b2cec1c149872f0719f5f79 /addons/skin.confluence/720p/DialogKaraokeSongSelector.xml | |
parent | d9e6ddf42d0d2787a93eaec8706e26a90d931f41 (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/DialogKaraokeSongSelector.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogKaraokeSongSelector.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogKaraokeSongSelector.xml b/addons/skin.confluence/720p/DialogKaraokeSongSelector.xml new file mode 100644 index 0000000000..2ad1e4300a --- /dev/null +++ b/addons/skin.confluence/720p/DialogKaraokeSongSelector.xml @@ -0,0 +1,39 @@ +<window type="dialog" id="143">
+ <animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
+ <animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
+ <controls>
+ <control type="group">
+ <posx>100</posx>
+ <posy>0</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-10</posy>
+ <width>370</width>
+ <height>70</height>
+ <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
+ </control>
+ <control type="label" id="401">
+ <description>Song Number Label</description>
+ <posx>15</posx>
+ <posy>2</posy>
+ <width>340</width>
+ <height>25</height>
+ <font>font13_title</font>
+ <textcolor>selected</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Song Name Label</description>
+ <posx>15</posx>
+ <posy>27</posy>
+ <width>340</width>
+ <height>20</height>
+ <font>font13</font>
+ <textcolor>blue</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file |