Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window type="dialog" id="1122">
  3.  
  4. <allowoverlay>yes</allowoverlay>
  5.  
  6. <controls>
  7.  
  8. <control type="image">
  9. <posx>-10</posx>
  10. <posy>-10</posy>
  11. <width>1940</width>
  12. <height>1100</height>
  13. <texture>special://skin/extras/backgrounds/global_blue.jpg</texture>
  14. <aspectratio>scale</aspectratio>
  15. </control>
  16.  
  17. <control type="group">
  18. <control type="image">
  19. <posx>0</posx>
  20. <posy>980</posy>
  21. <width>1920</width>
  22. <height>110</height>
  23. <texture border="5">diffuse/panel.png</texture>
  24. <colordiffuse>$INFO[Skin.String(PanelColor)]</colordiffuse>
  25. <visible>!StringCompare(Skin.String(FooterOpacity),0)</visible>
  26. <animation effect="fade" end="80" time="0" reversible="false" condition="StringCompare(Skin.String(FooterOpacity),80)">Conditional</animation>
  27. <animation effect="fade" end="60" time="0" reversible="false" condition="StringCompare(Skin.String(FooterOpacity),60)">Conditional</animation>
  28. <animation effect="fade" end="40" time="0" reversible="false" condition="StringCompare(Skin.String(FooterOpacity),40)">Conditional</animation>
  29. <animation effect="fade" end="20" time="0" reversible="false" condition="StringCompare(Skin.String(FooterOpacity),20)">Conditional</animation>
  30. </control>
  31. <control type="label">
  32. <posx>380</posx>
  33. <posy>1025</posy>
  34. <width>1340</width>
  35. <height>50</height>
  36. <label>Footer / RSS Text goes here.... Footer / RSS Text goes here....</label>
  37. <font>Reg40</font>
  38. <textcolor>$INFO[Skin.String(FooterTextColor)]</textcolor>
  39. <animation effect="slide" start="0,0" end="-15,-15" center="auto" easing="out" tween="back" time="0" condition="true">Conditional</animation>
  40. </control>
  41. </control>
  42.  
  43. <control type="group">
  44. <posx>30</posx>
  45. <posy>15</posy>
  46. <width>350</width>
  47. <height>300</height>
  48. <visible>Weather.IsFetched</visible>
  49. <!--Weather Today-->
  50. <control type="image">
  51. <!--Icon-->
  52. <texture>special://skin/extras/weathericons/$INFO[skin.string(WeatherIconPack)]/$INFO[Window(Weather).Property(Current.FanartCode)].png</texture>
  53. <width>125</width>
  54. <height>125</height>
  55. <aspectratio align="left" aligny="bottom">keep</aspectratio>
  56. </control>
  57. <control type="label">
  58. <!--Temp-->
  59. <width>160</width>
  60. <height>40</height>
  61. <posx>140</posx>
  62. <posy>25</posy>
  63. <font>Bold38</font>
  64. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  65. <align>left</align>
  66. <label>$INFO[Window(Weather).Property(Current.Temperature)] $INFO[System.TemperatureUnits]</label>
  67. <visible>Weather.IsFetched</visible>
  68. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  69. </control>
  70. <control type="label">
  71. <!--Temp-->
  72. <width>220</width>
  73. <height>40</height>
  74. <posx>140</posx>
  75. <posy>70</posy>
  76. <font>Reg28</font>
  77. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  78. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  79. <align>left</align>
  80. <label>$INFO[Window(Weather).Property(Current.Condition)]</label>
  81. <visible>Weather.IsFetched</visible>
  82. </control>
  83. </control>
  84.  
  85. <control type="group">
  86.  
  87. <control type="group">
  88.  
  89. <control type="grouplist">
  90. <!--Time Grouplist Line 1-->
  91. <posx>1260</posx>
  92. <posy>10</posy>
  93. <width>600</width>
  94. <height>100</height>
  95. <align>right</align>
  96. <itemgap>4</itemgap>
  97. <orientation>horizontal</orientation>
  98. <usecontrolcoords>true</usecontrolcoords>
  99. <control type="label">
  100. <!--Time-->
  101. <width min="0" max="300">auto</width>
  102. <height>100</height>
  103. <info>System.Time(hh:mm)</info>
  104. <font>Bold55</font>
  105. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  106. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  107. </control>
  108. <control type="label">
  109. <!--AM-->
  110. <visible>substring(system.time,AM,right)</visible>
  111. <width min="0" max="150">auto</width>
  112. <height>100</height>
  113. <label>378</label>
  114. <font>Bold55</font>
  115. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  116. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  117. </control>
  118. <control type="label">
  119. <!--PM-->
  120. <visible>substring(system.time,PM,right)</visible>
  121. <width min="0" max="150">auto</width>
  122. <height>100</height>
  123. <label>379</label>
  124. <font>Bold55</font>
  125. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  126. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  127. </control>
  128. </control>
  129. <control type="grouplist">
  130. <!--Date Grouplist Line 2-->
  131. <posx>1260</posx>
  132. <posy>85</posy>
  133. <width>600</width>
  134. <height>50</height>
  135. <align>right</align>
  136. <itemgap>4</itemgap>
  137. <orientation>horizontal</orientation>
  138. <usecontrolcoords>true</usecontrolcoords>
  139. <control type="label">
  140. <!--Day-->
  141. <width min="0" max="400">auto</width>
  142. <height>50</height>
  143. <info>System.Date(DDD)</info>
  144. <font>Reg30</font>
  145. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  146. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  147. </control>
  148. <control type="label">
  149. <width min="0" max="400">auto</width>
  150. <height>50</height>
  151. <label>, </label>
  152. <font>Reg30</font>
  153. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  154. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  155. </control>
  156. <control type="label">
  157. <!--Date-->
  158. <width min="0" max="400">auto</width>
  159. <height>50</height>
  160. <info>System.Date(d)</info>
  161. <font>Reg30</font>
  162. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  163. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  164. </control>
  165. <control type="label">
  166. <visible>SubString(System.Language,German)</visible>
  167. <width min="0" max="400">auto</width>
  168. <height>50</height>
  169. <label>. </label>
  170. <font>Reg30</font>
  171. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  172. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  173. </control>
  174. <control type="label">
  175. <label></label>
  176. <visible>!SubString(System.Language,German)</visible>
  177. <width min="0" max="400">auto</width>
  178. <height>50</height>
  179. <font>Reg</font>
  180. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  181. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  182. </control>
  183. <control type="label">
  184. <!--Month-->
  185. <width min="0" max="400">auto</width>
  186. <height>50</height>
  187. <info>System.Date(MMM)</info>
  188. <font>Reg30</font>
  189. <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
  190. <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
  191. </control>
  192. </control>
  193. </control>
  194. </control>
  195.  
  196. <include>TouchControlsFooter</include>
  197.  
  198.  
  199. <control type="group">
  200. <posy>20</posy>
  201. <control type="image">
  202. <!--Panel Shadow-->
  203. <posx>600</posx>
  204. <posy>300</posy>
  205. <width>613</width>
  206. <height>261</height>
  207. <texture>home/home_shadow.png</texture>
  208. </control>
  209. <control type="image">
  210. <!--focus image-->
  211. <posx>611</posx>
  212. <posy>313</posy>
  213. <width>590</width>
  214. <height>240</height>
  215. <bordersize>-4</bordersize>
  216. <texture>home/home_matte2.png</texture>
  217. <colordiffuse>$INFO[Skin.String(HomeViewDetailsFocusColor)]</colordiffuse>
  218. </control>
  219. <control type="image">
  220. <!--Panel Normal-->
  221. <posx>611</posx>
  222. <posy>313</posy>
  223. <width>590</width>
  224. <height>240</height>
  225. <texture background="true" diffuse="home/home_matte2.png">special://skin/extras/hometiles/addons.png</texture>
  226. <aspectratio scalediffuse="false" align="center" aligny="top">scale</aspectratio>
  227. <fadetime>800</fadetime>
  228. <include>backgroundfade</include>
  229. </control>
  230. <control type="image">
  231. <!--Panel Ovelay-->
  232. <posx>611</posx>
  233. <posy>313</posy>
  234. <width>590</width>
  235. <height>240</height>
  236. <colordiffuse>ccFFFFFF</colordiffuse>
  237. <texture diffuse="home/home_matte2.png">home/home_overlay.png</texture>
  238. </control>
  239. <control type="label">
  240. <!--Label Grey-->
  241. <centerleft>915</centerleft>
  242. <posy>460</posy>
  243. <width>890</width>
  244. <height>100</height>
  245. <align>center</align>
  246. <label>Home Tile</label>
  247. <font>Reg45</font>
  248. <textcolor>$INFO[Skin.String(HomeViewDetailsFocusColor)]</textcolor>
  249. <shadowcolor>black</shadowcolor>
  250. </control>
  251. <control type="image">
  252. <posx>836</posx>
  253. <posy>553</posy>
  254. <width>149</width>
  255. <height>33</height>
  256. <texture colordiffuse="$INFO[Skin.String(PanelColor)]">colors/color_white.png</texture>
  257. <animation effect="fade" reversible="false" end="80" time="0" condition="true">Conditional</animation>
  258. </control>
  259. <control type="image">
  260. <posx>836</posx>
  261. <posy>558</posy>
  262. <width>149</width>
  263. <height>28</height>
  264. <texture colordiffuse="$INFO[Skin.String(HomeViewDetailsFocusColor)]">home_arrow_down.png</texture>
  265. <aspectratio>keep</aspectratio>
  266. </control>
  267. </control>
  268. <!--List 100 Left Area-->
  269. <control type="image">
  270. <posx>90</posx>
  271. <posy>170</posy>
  272. <width>440</width>
  273. <height>720</height>
  274. <texture border="5">diffuse/panel.png</texture>
  275. <colordiffuse>$INFO[Skin.String(PanelColor)]</colordiffuse>
  276. <animation effect="fade" end="90" time="0" reversible="false" condition="true">Conditional</animation>
  277. </control>
  278. <control type="grouplist" id="100">
  279. <posx>90</posx>
  280. <posy>220</posy>
  281. <width>440</width>
  282. <height>720</height>
  283. <onup>100</onup>
  284. <ondown>100</ondown>
  285. <onleft>noop</onleft>
  286. <onright>1000</onright>
  287. <scrolltime>0</scrolltime>
  288. <orientation>vertical</orientation>
  289. <control type="button" id="12">
  290. <label>No Focus</label>
  291. <onclick>noop</onclick>
  292. <textcolor fallback="white">$INFO[Skin.String(ButtonTextColor)]</textcolor>
  293. <width>440</width>
  294. <align>left</align>
  295. <font>Reg28</font>
  296. <texturenofocus colordiffuse="$INFO[Skin.String(ButtonFocusColor)]" diffuse="diffuse/panel.png" border="5">colors/color_90%trans_white.png</texturenofocus>
  297. </control>
  298. <control type="button" id="9">
  299. <label>Focus</label>
  300. <onclick>noop</onclick>
  301. <textcolor>$INFO[Skin.String(ButtonFocusTextColor)]</textcolor>
  302. <width>440</width>
  303. <align>left</align>
  304. <font>Reg28</font>
  305. <texturenofocus colordiffuse="$INFO[Skin.String(ButtonFocusColor)]" border="5">diffuse/panel.png</texturenofocus>
  306. </control>
  307. <control type="button" id="8">
  308. <label>Disabled</label>
  309. <onclick>noop</onclick>
  310. <textcolor>lightgrey</textcolor>
  311. <width>440</width>
  312. <align>left</align>
  313. <font>Reg28</font>
  314. <onfocus>SetProperty(currentButton,8,Home)</onfocus>
  315. </control>
  316. </control>
  317. <control type="radiobutton">
  318. <posx>90</posx>
  319. <posy>500</posy>
  320. <width>440</width>
  321. <align>left</align>
  322. <label>Radio Button</label>
  323. <height>50</height>
  324. <font>Reg28</font>
  325. <onclick condition="true">noop</onclick>
  326. <selected>!Player.Paused</selected>
  327. </control>
  328. <control type="spincontrolex">
  329. <posx>90</posx>
  330. <posy>560</posy>
  331. <font>-</font>
  332. <width>440</width>
  333. <height>50</height>
  334. <align>left</align>
  335. <textcolor>-</textcolor>
  336. <focusedcolor>-</focusedcolor>
  337. <disabledcolor>-</disabledcolor>
  338. <pulseonselect>false</pulseonselect>
  339. <texturenofocus colordiffuse="$INFO[Skin.String(ButtonFocusColor)]">colors/color_white.png</texturenofocus>
  340. <texturenofocus>-</texturenofocus>
  341. </control>
  342. <control type="label">
  343. <label>Spin Control</label>
  344. <posx>140</posx>
  345. <posy>560</posy>
  346. <textcolor>$INFO[Skin.String(ButtonFocusTextColor)]</textcolor>
  347. <width>440</width>
  348. <align>left</align>
  349. <height>50</height>
  350. <font>Reg28</font>
  351. </control>
  352. </controls>
  353. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement