diff options
author | gyunaev <gyunaev@svn> | 2010-03-08 03:16:50 +0000 |
---|---|---|
committer | gyunaev <gyunaev@svn> | 2010-03-08 03:16:50 +0000 |
commit | 4d5fdb13603519b842792098d7fa466e9b39e7cb (patch) | |
tree | 412db80353f3e113a1c717bc9ff354689b367258 /skin | |
parent | b26731ed0565f6d25c9e6f6ee5fab846513f59c0 (diff) |
Karaoke player can now optionally show the next song which will be played after the current one. The song will pop up when set in advancedsettings. Disabled by default.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin')
-rw-r--r-- | skin/Confluence/720p/DialogKaraokeNextSong.xml | 28 | ||||
-rw-r--r-- | skin/PM3.HD/720p/DialogKaraokeNextSong.xml | 34 |
2 files changed, 62 insertions, 0 deletions
diff --git a/skin/Confluence/720p/DialogKaraokeNextSong.xml b/skin/Confluence/720p/DialogKaraokeNextSong.xml new file mode 100644 index 0000000000..a3520b6fb8 --- /dev/null +++ b/skin/Confluence/720p/DialogKaraokeNextSong.xml @@ -0,0 +1,28 @@ +<window type="dialog" id="146">
+ <animation effect="slide" start="360,-40" end="360,0" time="100">WindowOpen</animation>
+ <animation effect="slide" start="360,0" end="360,-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>50</height>
+ <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
+ </control>
+ <control type="label" id="402">
+ <description>Next Song Name</description>
+ <posx>15</posx>
+ <posy>2</posy>
+ <width>340</width>
+ <height>25</height>
+ <font>font13</font>
+ <textcolor>blue</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogKaraokeNextSong.xml b/skin/PM3.HD/720p/DialogKaraokeNextSong.xml new file mode 100644 index 0000000000..13461c8b82 --- /dev/null +++ b/skin/PM3.HD/720p/DialogKaraokeNextSong.xml @@ -0,0 +1,34 @@ +<window type="dialog" id="146">
+ <animation effect="fade" time="200">WindowClose</animation>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>310</posx>
+ <posy>10</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>48</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>2</bordersize>
+ </control>
+ <control type="label" id="402">
+ <description>Song Number Label</description>
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>380</width>
+ <height>28</height>
+ <font>font13</font>
+ <textcolor>green</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file |