Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.26 KB | None | 0 0
  1. <window>
  2. <resolution>720p</resolution>
  3. <defaultcontrol>20000</defaultcontrol>
  4. <allowoverlay>false</allowoverlay>
  5. <type>dialog</type>
  6.  
  7. <coordinates>
  8. <system>1</system>
  9. <posx>-10</posx>
  10. <posy>-20</posy>
  11. </coordinates>
  12.  
  13. <controls>
  14. <control type="image">
  15. <description>Black background to hide menu flashes between songs</description>
  16. <visible>!Window.IsVisible(Visualisation)</visible>
  17. <posx>0</posx>
  18. <posy>0</posy>
  19. <width>1920</width>
  20. <height>1080</height>
  21. <texture>pandora-1px-black.png</texture>
  22. </control>
  23. <control type="button" id="20000">
  24. <description>dummy button to set initial view</description>
  25. <posx>0</posx>
  26. <posy>0</posy>
  27. <texturenofocus>-</texturenofocus>
  28. <texturefocus>-</texturefocus>
  29. <onfocus>Skin.Reset(PandoraVis)</onfocus>
  30. <onfocus>SetFocus(2000)</onfocus>
  31. <ondown>200</ondown>
  32. <onup>200</onup>
  33. <onleft>200</onleft>
  34. <onright>200</onright>
  35. </control>
  36. <control type="group" id="2000">
  37. <control type="group">
  38. <visible>Skin.HasSetting(PandoraVis)</visible>
  39. <animation effect="fade" pulse="true" time="3000" start="0" end="75" tween="sine" condition="true">Conditional</animation>
  40. <control type="image">
  41. <posx>30</posx>
  42. <posy>75</posy>
  43. <width>75</width>
  44. <height>75</height>
  45. <aspectratio>keep</aspectratio>
  46. <texture>pandora-p.png</texture>
  47. </control>
  48. </control>
  49. <control type="group">
  50. <visible>!Skin.HasSetting(PandoraVis)</visible>
  51. <animation effect="fade" time="300">VisibleChange</animation>
  52. <control type="image">
  53. <description>panel</description>
  54. <posx>0</posx>
  55. <posy>0</posy>
  56. <width>1290</width>
  57. <height>745</height>s
  58. <texture border="20,10,10,30">pandora-panel.png</texture>
  59. <aspectratio>stretch</aspectratio>
  60. </control>
  61. <control type="image">
  62. <description>logo</description>
  63. <posx>75</posx>
  64. <posy>60</posy>
  65. <width>590</width>
  66. <height>73</height>
  67. <texture>pandora-logo.png</texture>
  68. <aspectratio>keep</aspectratio>
  69. </control>
  70. <control type="group" id="3000">
  71. <posx>120</posx>
  72. <posy>230</posy>
  73. <!--Station List-->
  74. <control type="group">
  75. <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
  76. <control type="list" id="200">
  77. <width>375</width>
  78. <height>475</height>
  79. <onleft>200</onleft>
  80. <onright>330</onright>
  81. <onup>200</onup>
  82. <ondown>200</ondown>
  83. <viewtype label="535">list</viewtype>
  84. <scrolltime>200</scrolltime>
  85. <itemlayout height="22">
  86. <control type="image">
  87. <width>380</width>
  88. <height>25</height>
  89. <posx>0</posx>
  90. <posy>0</posy>
  91. <texture border="3">twc-input-nofocus.png</texture>
  92. </control>
  93. <control type="label">
  94. <posx>5</posx>
  95. <posy>0</posy>
  96. <width>380</width>
  97. <height>25</height>
  98. <font>font12</font>
  99. <aligny>center</aligny>
  100. <textcolor>ff959494</textcolor><!-- main text color -->
  101. <selectedcolor>ffffffff</selectedcolor>
  102. <align>left</align>
  103. <info>ListItem.Label</info>
  104. </control>
  105. </itemlayout>
  106. <focusedlayout height="22">
  107. <control type="image">
  108. <width>380</width>
  109. <height>25</height>
  110. <posx>0</posx>
  111. <posy>0</posy>
  112. <visible>Control.HasFocus(200)</visible>
  113. <texture border="3">twc-input-focus.png</texture>
  114. </control>
  115. <control type="image">
  116. <width>380</width>
  117. <height>25</height>
  118. <posx>0</posx>
  119. <posy>0</posy>
  120. <visible>!Control.HasFocus(200)</visible>
  121. <texture border="3">twc-input-nofocus.png</texture>
  122. </control>
  123. <control type="label">
  124. <posx>5</posx>
  125. <posy>0</posy>
  126. <width>380</width>
  127. <height>25</height>
  128. <font>font12</font>
  129. <aligny>center</aligny>
  130. <textcolor>ffffffff</textcolor>
  131. <selectedcolor>7fffffff</selectedcolor>
  132. <align>left</align>
  133. <info>ListItem.Label</info>
  134. </control>
  135. </focusedlayout>
  136. </control>
  137. </control>
  138.  
  139. <!--Now Playing-->
  140. <control type="group">
  141. <posx>410</posx>
  142. <posy>0</posy>
  143. <control type="image" id="310">
  144. <description>album art</description>
  145. <posx>0</posx>
  146. <posy>0</posy>
  147. <width>217</width>
  148. <height>217</height>
  149. <aspectratio>keep</aspectratio>
  150. <texture background="true">$INFO[MusicPlayer.cover]</texture>
  151. </control>
  152. <control type="label" id="320">
  153. <description>song title</description>
  154. <posx>265</posx>
  155. <posy>25</posy>
  156. <width>390</width>
  157. <height>45</height>
  158. <font>font13</font>
  159. <textcolor>ff959494</textcolor>
  160. <align>left</align>
  161. <info>MusicPlayer.Title</info>
  162. </control>
  163. <control type="label" id="321">
  164. <description>artist</description>
  165. <posx>265</posx>
  166. <posy>60</posy>
  167. <width>390</width>
  168. <height>45</height>
  169. <font>font13</font>
  170. <textcolor>ff959494</textcolor>
  171. <align>left</align>
  172. <info>MusicPlayer.Artist</info>
  173. </control>
  174. <control type="label" id="322">
  175. <description>album</description>
  176. <posx>265</posx>
  177. <posy>105</posy>
  178. <width>390</width>
  179. <height>45</height>
  180. <font>font13</font>
  181. <textcolor>ff959494</textcolor>
  182. <align>left</align>
  183. <info>MusicPlayer.Album</info>
  184. </control>
  185. <control type="label" id="324">
  186. <description>rating</description>
  187. <posx>265</posx>
  188. <posy>150</posy>
  189. <width>390</width>
  190. <height>45</height>
  191. <font>font13</font>
  192. <textcolor>ff959494</textcolor>
  193. <align>left</align>
  194. <info>MusicPlayer.Rating</info>
  195. </control>
  196. <control type="progress">
  197. <posx>55</posx>
  198. <posy>250</posy>
  199. <width>533</width>
  200. <height>20</height>
  201. <info>Player.Progress</info>
  202. </control>
  203. <!--Control Buttons-->
  204. <control type="button" id="330">
  205. <description>thumbs down</description>
  206. <posx>53</posx>
  207. <posy>300</posy>
  208. <height>75</height>
  209. <width>75</width>
  210. <onleft>200</onleft>
  211. <onright>331</onright>
  212. <ondown>335</ondown>
  213. <aspectratio>keep</aspectratio>
  214. <texturefocus>pandora-thumb-down.png</texturefocus>
  215. <texturenofocus>pandora-thumb-down-nofocus.png</texturenofocus>
  216. </control>
  217. <control type="button" id="331">
  218. <description>thumbs up</description>
  219. <posx>163</posx>
  220. <posy>300</posy>
  221. <height>75</height>
  222. <width>75</width>
  223. <onleft>330</onleft>
  224. <onright>332</onright>
  225. <ondown>335</ondown>
  226. <aspectratio>keep</aspectratio>
  227. <texturefocus>pandora-thumb-up.png</texturefocus>
  228. <texturenofocus>pandora-thumb-up-nofocus.png</texturenofocus>
  229. </control>
  230. <control type="togglebutton" id="332">
  231. <description>play</description>
  232. <posx>274</posx>
  233. <posy>300</posy>
  234. <height>75</height>
  235. <width>75</width>
  236. <label>-</label>
  237. <onleft>331</onleft>
  238. <onright>333</onright>
  239. <ondown>335</ondown>
  240. <aspectratio>keep</aspectratio>
  241. <texturefocus>pandora-play.png</texturefocus>
  242. <texturenofocus>pandora-play-nofocus.png</texturenofocus>
  243. <usealttexture>Player.Playing</usealttexture>
  244. <alttexturefocus>pandora-pause.png</alttexturefocus>
  245. <alttexturenofocus>pandora-pause-nofocus.png</alttexturenofocus>
  246. <onclick>XBMC.PlayerControl(Play)</onclick>
  247. </control>
  248. <control type="button" id="333">
  249. <description>skip</description>
  250. <posx>384</posx>
  251. <posy>300</posy>
  252. <height>75</height>
  253. <width>75</width>
  254. <onleft>332</onleft>
  255. <onright>334</onright>
  256. <ondown>335</ondown>
  257. <aspectratio>keep</aspectratio>
  258. <texturefocus>pandora-skip.png</texturefocus>
  259. <texturenofocus>pandora-skip-nofocus.png</texturenofocus>
  260. </control>
  261. <control type="button" id="334">
  262. <description>info</description>
  263. <posx>494</posx>
  264. <posy>300</posy>
  265. <height>75</height>
  266. <width>75</width>
  267. <onleft>333</onleft>
  268. <ondown>335</ondown>
  269. <aspectratio>keep</aspectratio>
  270. <texturefocus>pandora-info.png</texturefocus>
  271. <texturenofocus>pandora-info-nofocus.png</texturenofocus>
  272. </control>
  273. <control type="button" id="335">
  274. <description>hide</description>
  275. <posx>273</posx>
  276. <posy>405</posy>
  277. <height>37</height>
  278. <width>75</width>
  279. <onleft>330</onleft>
  280. <onright>334</onright>
  281. <onup>332</onup>
  282. <aspectratio>keep</aspectratio>
  283. <texturefocus>pandora-hide.png</texturefocus>
  284. <texturenofocus>pandora-hide-nofocus.png</texturenofocus>
  285. <onclick>Skin.SetBool(PandoraVis)</onclick>
  286. </control>
  287. </control>
  288. </control>
  289. </control>
  290. </control>
  291. </controls>
  292. </window>
  293.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement