Advertisement
Guest User

High Tech theme XML

a guest
Mar 1st, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. <layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="64" fontColor="dedede">
  2.  
  3.  
  4. <!-- Sounds -->
  5.  
  6. <sound type="load" src="load.wav" />
  7. <sound type="unload" src="unload.wav" />
  8. <sound type="highlight" src="highlight.wav" />
  9. <sound type="select" src="select.wav" />
  10.  
  11.  
  12. <!-- Background: image and pulsating red background -->
  13.  
  14. <image src="background.png" x="0" y="0" height="stretch" width="stretch" layer="2"/>
  15.  
  16. <image src="red 1920x1080.png" x="0" y="0" height="stretch" width="stretch" layer="0">
  17. <onIdle>
  18. <set duration="1">
  19. <animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
  20. </set>
  21. <set duration="1">
  22. <animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
  23. </set>
  24. </onIdle>
  25. </image>
  26.  
  27.  
  28. <!-- Menu structure Main Menu -->
  29.  
  30. <menu type="custom" imageType="device" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" >
  31. <itemDefaults x="center" y="680" xOrigin="center" yOrigin="center" width="300" maxHeight="250" fontSize="35" layer="6"/>
  32. <item xOffset="-1420" alpha="0" />
  33. <item xOffset="-1060">
  34. <onMenuEnter>
  35. <set duration=".25">
  36. <animate type="alpha" from="0" to="1"/>
  37. </set>
  38. </onMenuEnter>
  39. <onMenuExit>
  40. <set duration=".25">
  41. <animate type="alpha" from="1" to="0"/>
  42. </set>
  43. </onMenuExit>
  44. </item>
  45. <item xOffset="-720">
  46. <onMenuEnter>
  47. <set duration=".25">
  48. <animate type="alpha" from="0" to="1"/>
  49. </set>
  50. </onMenuEnter>
  51. <onMenuExit>
  52. <set duration=".25">
  53. <animate type="alpha" from="1" to="0"/>
  54. </set>
  55. </onMenuExit>
  56. </item>
  57. <item xOffset="-380">
  58. <onMenuEnter>
  59. <set duration=".25">
  60. <animate type="alpha" from="0" to="1"/>
  61. </set>
  62. </onMenuEnter>
  63. <onMenuExit>
  64. <set duration=".25">
  65. <animate type="alpha" from="1" to="0"/>
  66. </set>
  67. </onMenuExit>
  68. </item>
  69. <item selected="true" width="400" maxHeight="350" layer="7" alpha="1">
  70. <onMenuEnter>
  71. <set duration=".25">
  72. <animate type="alpha" from="0" to="1"/>
  73. </set>
  74. </onMenuEnter>
  75. <onMenuExit>
  76. <set duration=".25">
  77. <animate type="alpha" from="1" to="0"/>
  78. </set>
  79. </onMenuExit>
  80. </item>
  81. <item xOffset="380">
  82. <onMenuEnter>
  83. <set duration=".25">
  84. <animate type="alpha" from="0" to="1"/>
  85. </set>
  86. </onMenuEnter>
  87. <onMenuExit>
  88. <set duration=".25">
  89. <animate type="alpha" from="1" to="0"/>
  90. </set>
  91. </onMenuExit>
  92. </item>
  93. <item xOffset="720">
  94. <onMenuEnter>
  95. <set duration=".25">
  96. <animate type="alpha" from="0" to="1"/>
  97. </set>
  98. </onMenuEnter>
  99. <onMenuExit>
  100. <set duration=".25">
  101. <animate type="alpha" from="1" to="0"/>
  102. </set>
  103. </onMenuExit>
  104. </item>
  105. <item xOffset="1060">
  106. <onMenuEnter>
  107. <set duration=".25">
  108. <animate type="alpha" from="0" to="1"/>
  109. </set>
  110. </onMenuEnter>
  111. <onMenuExit>
  112. <set duration=".25">
  113. <animate type="alpha" from="1" to="0"/>
  114. </set>
  115. </onMenuExit>
  116. </item>
  117. <item xOffset="1420" alpha="0" />
  118. </menu>
  119.  
  120.  
  121. <!-- Menu structure Collections -->
  122.  
  123. <menu type="custom" imageType="artwork_front" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" >
  124. <itemDefaults x="center" y="680" xOrigin="center" yOrigin="center" width="300" maxHeight="250" fontSize="35" layer="6"/>
  125. <item xOffset="-1420" alpha="0" />
  126. <item xOffset="-1060">
  127. <onMenuEnter>
  128. <set duration=".25">
  129. <animate type="alpha" from="0" to="1"/>
  130. </set>
  131. </onMenuEnter>
  132. <onMenuExit>
  133. <set duration=".25">
  134. <animate type="alpha" from="1" to="0"/>
  135. </set>
  136. </onMenuExit>
  137. </item>
  138. <item xOffset="-720">
  139. <onMenuEnter>
  140. <set duration=".25">
  141. <animate type="alpha" from="0" to="1"/>
  142. </set>
  143. </onMenuEnter>
  144. <onMenuExit>
  145. <set duration=".25">
  146. <animate type="alpha" from="1" to="0"/>
  147. </set>
  148. </onMenuExit>
  149. </item>
  150. <item xOffset="-380">
  151. <onMenuEnter>
  152. <set duration=".25">
  153. <animate type="alpha" from="0" to="1"/>
  154. </set>
  155. </onMenuEnter>
  156. <onMenuExit>
  157. <set duration=".25">
  158. <animate type="alpha" from="1" to="0"/>
  159. </set>
  160. </onMenuExit>
  161. </item>
  162. <item selected="true" width="400" maxHeight="350" layer="7" alpha="1">
  163. <onMenuEnter>
  164. <set duration=".25">
  165. <animate type="alpha" from="0" to="1"/>
  166. </set>
  167. </onMenuEnter>
  168. <onMenuExit>
  169. <set duration=".25">
  170. <animate type="alpha" from="1" to="0"/>
  171. </set>
  172. </onMenuExit>
  173. </item>
  174. <item xOffset="380">
  175. <onMenuEnter>
  176. <set duration=".25">
  177. <animate type="alpha" from="0" to="1"/>
  178. </set>
  179. </onMenuEnter>
  180. <onMenuExit>
  181. <set duration=".25">
  182. <animate type="alpha" from="1" to="0"/>
  183. </set>
  184. </onMenuExit>
  185. </item>
  186. <item xOffset="720">
  187. <onMenuEnter>
  188. <set duration=".25">
  189. <animate type="alpha" from="0" to="1"/>
  190. </set>
  191. </onMenuEnter>
  192. <onMenuExit>
  193. <set duration=".25">
  194. <animate type="alpha" from="1" to="0"/>
  195. </set>
  196. </onMenuExit>
  197. </item>
  198. <item xOffset="1060">
  199. <onMenuEnter>
  200. <set duration=".25">
  201. <animate type="alpha" from="0" to="1"/>
  202. </set>
  203. </onMenuEnter>
  204. <onMenuExit>
  205. <set duration=".25">
  206. <animate type="alpha" from="1" to="0"/>
  207. </set>
  208. </onMenuExit>
  209. </item>
  210. <item xOffset="1420" alpha="0" />
  211. </menu>
  212.  
  213.  
  214. <!-- Reloadable items -->
  215.  
  216. <reloadableVideo imageType="screenshot" x="960" y="360" xOrigin="center" yOrigin="center" height="450" maxWidth="1920" layer="1"/>
  217. <reloadableImage type="logo" x="960" y="960" xOrigin="center" yOrigin="top" maxHeight="100" layer="3"/>
  218. <reloadableImage type="logo" mode="system" x="960" y="80" xOrigin="center" yOrigin="center" maxHeight="100" alpha="0.3" layer="3"/>
  219. <reloadableText type="year" x="550" y="1000" xOrigin="left" yOrigin="center" fontSize="32" maxWidth="200" layer="3"/>
  220. <reloadableText type="manufacturer" x="1350" y="1000" xOrigin="right" yOrigin="center" fontSize="32" maxWidth="200" layer="3"/>
  221.  
  222.  
  223. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement