Advertisement
Guest User

xbmc lyrics

a guest
Feb 7th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.77 KB | None | 0 0
  1. <window>
  2.     <allowoverlay>no</allowoverlay>
  3.     <coordinates>
  4.         <system>1</system>
  5.         <posx>0</posx>
  6.         <posy>0</posy>
  7.     </coordinates>
  8.     <animation type="WindowOpen" reversible="false">
  9.         <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  10.         <effect type="fade" start="0" end="100" time="300" />
  11.     </animation>
  12.     <animation type="WindowClose" reversible="false">
  13.         <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  14.         <effect type="fade" start="100" end="0" time="300" />
  15.     </animation>
  16.     <controls>
  17.         <control type="image">
  18.             <description>background image</description>
  19.             <posx>100</posx>
  20.             <posy>50</posy>
  21.             <width>1080</width>
  22.             <height>650</height>
  23.             <include>dialogWindow</include>
  24.         </control>
  25. <!-- media infos -->
  26.         <control type="group">
  27.             <posx>110</posx>
  28.             <posy>50</posy>
  29.             <control type="label" id="200">
  30.                 <description>Scraper Label</description>
  31.                 <visible>false</visible>
  32.             </control>
  33.             <control type="label">
  34.                 <description>Artist label</description>
  35.                 <posx>40</posx>
  36.                 <posy>30</posy>
  37.                 <width>700</width>
  38.                 <label>[B]$INFO[MusicPlayer.Artist][/B]</label>
  39.                 <font>cabin_20</font>
  40.                 <align>left</align>
  41.                 <textcolor>Color5</textcolor>
  42.             </control>
  43.             <control type="label">
  44.                 <description>Title label</description>
  45.                 <posx>40</posx>
  46.                 <posy>60</posy>
  47.                 <width>700</width>
  48.                 <label>[B]$INFO[MusicPlayer.Title][/B]</label>
  49.                 <font>cabin_18</font>
  50.                 <align>left</align>
  51.                 <textcolor>Color4</textcolor>
  52.             </control>
  53.             <control type="label">
  54.                 <description>Time Label</description>
  55.                 <posx>40</posx>
  56.                 <posy>90</posy>
  57.                 <width>200</width>
  58.                 <label>$INFO[MusicPlayer.Time]</label>
  59.                 <font>cabin_18</font>
  60.                 <align>left</align>
  61.                 <textcolor>Color5</textcolor>
  62.             </control>
  63.             <control type="label">
  64.                 <description>Duration Label</description>
  65.                 <posx>1040</posx>
  66.                 <posy>90</posy>
  67.                 <width>200</width>
  68.                 <label>$INFO[MusicPlayer.Duration]</label>
  69.                 <font>cabin_18</font>
  70.                 <align>right</align>
  71.                 <textcolor>Color5</textcolor>
  72.             </control>
  73.             <control type="image">
  74.                 <description>separator</description>
  75.                 <posx>20</posx>
  76.                 <posy>120</posy>
  77.                 <width>1020</width>
  78.                 <height>2</height>
  79.                 <texture>dialogs/separator.png</texture>
  80.             </control>
  81.         </control>
  82. <!-- ** Required ** Do not change <id> or <type> -->
  83.         <control type="textbox" id="100">
  84.             <description>textarea</description>
  85.             <posx>150</posx>
  86.             <posy>180</posy>
  87.             <width>1000</width>
  88.             <height>450</height>
  89.             <onup>101</onup>
  90.             <ondown>101</ondown>
  91.         </control>
  92. <!-- ** Required ** Do not change <id> or <type> -->
  93.         <control type="list" id="110">
  94.             <posx>150</posx>
  95.             <posy>180</posy>
  96.             <width>1000</width>
  97.             <height>450</height>
  98.             <onleft>111</onleft>
  99.             <onright>111</onright>
  100.             <onup>110</onup>
  101.             <ondown>110</ondown>
  102.             <viewtype label="535">list</viewtype>
  103.             <scrolltime>200</scrolltime>
  104.             <itemlayout height="30">
  105.                 <control type="label">
  106.                     <posx>0</posx>
  107.                     <width>1000</width>
  108.                     <info>ListItem.Label</info>
  109.                     <font>cabin_24</font>
  110.                     <align>left</align>
  111.                     <aligny>center</aligny>
  112.                     <textcolor>Color4</textcolor>
  113.                     <shadowcolor>blue</shadowcolor>
  114.                 </control>
  115.             </itemlayout>
  116.             <focusedlayout height="30">
  117.                 <control type="label">
  118.                     <posx>0</posx>
  119.                     <width>1000</width>
  120.                     <info>ListItem.Label</info>
  121.                     <font>cabin_24</font>
  122.                     <align>left</align>
  123.                     <aligny>center</aligny>
  124.                     <textcolor>Color5</textcolor>
  125.                     <shadowcolor>black</shadowcolor>
  126.                     <visible>Control.HasFocus(110)</visible>
  127.                 </control>
  128.             </focusedlayout>
  129.         </control>
  130. <!-- ** Required ** Do not change <id> or <type> -->
  131.         <control type="list" id="120">
  132. <!-- Seems it's not needed
  133.  
  134.             <posx>150</posx>
  135.             <posy>180</posy>
  136.             <width>1000</width>
  137.             <height>450</height>
  138.             <onleft>121</onleft>
  139.             <onright>121</onright>
  140.             <onup>120</onup>
  141.             <ondown>120</ondown>
  142.             <viewtype label="535">list</viewtype>
  143.             <pagecontrol>121</pagecontrol>
  144.             <scrolltime>200</scrolltime>
  145.             <itemlayout height="30">
  146.                 <control type="label">
  147.                     <posx>0</posx>
  148.                     <width>1000</width>
  149.                     <info>ListItem.Label</info>
  150.                     <font>cabin_24</font>
  151.                     <align>center</align>
  152.                     <aligny>center</aligny>
  153.                     <textcolor>Color4</textcolor>
  154.                 </control>
  155.             </itemlayout>
  156.             <focusedlayout height="30">
  157.                 <control type="label">
  158.                     <posx>0</posx>
  159.                     <width>1000</width>
  160.                     <info>ListItem.Label</info>
  161.                     <font>cabin_24</font>
  162.                     <align>center</align>
  163.                     <aligny>center</aligny>
  164.                     <textcolor>Color5</textcolor>
  165.                     <visible>Control.HasFocus(120)</visible>
  166.                 </control>
  167.             </focusedlayout>
  168. -->
  169.         </control>
  170.     </controls>
  171. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement