Advertisement
Guest User

Eminence One Poster Mod

a guest
Dec 19th, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3. <include name="Home_TextOnly_Animate">
  4. <animation effect="slide" start="0" end="0,106" time="500" tween="back" reversible="false" easing="out" condition="[Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation>
  5. <animation effect="slide" end="0" start="0,106" time="150" reversible="false" condition="![Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation>
  6. </include>
  7. <include name="Home_Icons_Animate">
  8. <animation effect="slide" start="0" end="0,266" time="500" tween="back" reversible="false" easing="out" condition="[Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation>
  9. <animation effect="slide" end="0" start="0,266" time="150" reversible="false" condition="![Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation>
  10. </include>
  11. <include name="Home_Vertical_Animate">
  12. <animation effect="slide" start="0" end="-232,0" time="500" tween="back" reversible="true" easing="out" condition="[Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation>
  13. </include>
  14. <include name="Home_Dialogs_TextOnly_Animate">
  15. <animation effect="slide" tween="quadratic" easing="in" time="150" end="0,106" start="0" reversible="false" condition="!String.IsEmpty(Window(home).Property(FO9001)) + String.IsEqual(Window(home).Property(FO9001),2)">Conditional</animation>
  16. <animation effect="slide" start="0" end="0,106" time="500" tween="back" reversible="false" easing="out" condition="!String.IsEmpty(Window(home).Property(FO9001)) + String.IsEqual(Window(home).Property(FO9001),1)">Conditional</animation>
  17. <animation effect="slide" end="0" start="0,106" time="150" reversible="false" condition="String.IsEmpty(Window(home).Property(FO9001))">Conditional</animation>
  18. </include>
  19. <include name="Home_Dialogs_Icons_Animate">
  20. <animation effect="slide" tween="quadratic" easing="in" time="150" end="0,266" start="0" reversible="false" condition="!String.IsEmpty(Window(home).Property(FO9001)) + String.IsEqual(Window(home).Property(FO9001),2)">Conditional</animation>
  21. <animation effect="slide" start="0" end="0,266" time="500" tween="back" reversible="false" easing="out" condition="!String.IsEmpty(Window(home).Property(FO9001)) + String.IsEqual(Window(home).Property(FO9001),1)">Conditional</animation>
  22. <animation effect="slide" end="0" start="0,266" time="150" reversible="false" condition="String.IsEmpty(Window(home).Property(FO9001))">Conditional</animation>
  23. </include>
  24. <include name="Home_Menu_BG_Small">
  25. <control type="image">
  26. <bottom>55</bottom>
  27. <height>211</height>
  28. <aspectratio>scale</aspectratio>
  29. <texture colordiffuse="$VAR[HomeBar_Color]">common/white.png</texture>
  30. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  31. </control>
  32. <control type="group">
  33. <bottom>-266</bottom>
  34. <height>64</height>
  35. <visible>Window.IsVisible(home) | Window.IsVisible(weather)</visible>
  36. <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  37. <animation effect="slide" end="0,-266" condition="true">Conditional</animation>
  38. <animation effect="slide" start="-1200" end="0" time="250">VisibleChange</animation>
  39. <control type="image">
  40. <top>9</top>
  41. <width>1920</width>
  42. <height>55</height>
  43. <texture colordiffuse="$VAR[HomeBar_Color]">common/white.png</texture>
  44. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  45. </control>
  46. <control type="image">
  47. <left>16</left>
  48. <top>16</top>
  49. <width>32</width>
  50. <height>32</height>
  51. <texture colordiffuse="LineLabel">common/rss.png</texture>
  52. </control>
  53. </control>
  54. </include>
  55. <include name="Home_Menu_BG_Big">
  56. <control type="image">
  57. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, textonly)">Conditional</animation>
  58. <bottom>-64</bottom>
  59. <height>330</height>
  60. <aspectratio>scale</aspectratio>
  61. <texture colordiffuse="$VAR[HomeBar_Color]">common/white.png</texture>
  62. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  63. </control>
  64. </include>
  65. <include name="Home_Menu_BG_Vertical">
  66. <control type="image">
  67. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  68. <bottom>0</bottom>
  69. <top>-500</top>
  70. <width>240</width>
  71. <aspectratio>scale</aspectratio>
  72. <texture colordiffuse="$VAR[HomeBar_Color]">common/white.png</texture>
  73. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  74. </control>
  75. </include>
  76. <!-- Home Bar -->
  77. <include name="Home_Menu">
  78. <!-- Vertical menu -->
  79. <control type="group">
  80. <!-- Background -->
  81. <include condition="!Skin.String(HomeStyle, textintile) + !Skin.String(HomeStyle, vertical)">Home_Menu_BG_Big</include>
  82. <include condition="Skin.String(HomeStyle, textintile)">Home_Menu_BG_Small</include>
  83. <include condition="Skin.String(HomeStyle, vertical)">Home_Menu_BG_Vertical</include>
  84.  
  85. <control type="wraplist" id="9000">
  86. <animation effect="slide" end="16" condition="!Integer.IsGreater(Container(9000).NumItems,0)">Conditional</animation>
  87. <top>-15</top>
  88. <left>13</left>
  89. <height>1080</height>
  90. <width>240</width>
  91. <focusposition>5</focusposition>
  92. <visible>Skin.String(HomeStyle, vertical)</visible>
  93. <onright condition="!Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">SetProperty(FO9001,1,home)</onright>
  94. <onleft condition="!Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">90001</onleft>
  95. <onright condition="!Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">9001</onright>
  96. <onright condition="Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">9005</onright>
  97. <onleft condition="Integer.IsGreater(Container(9002).NumItems,0) + !Window.IsVisible(PlayerControls.xml)">SetProperty(submenumouse,1,home)</onleft>
  98. <onleft condition="Integer.IsGreater(Container(9002).NumItems,0) + !Window.IsVisible(PlayerControls.xml)">9002</onleft>
  99. <onleft condition="!Integer.IsGreater(Container(9002).NumItems,0) + !Integer.IsGreater(Container(90100).NumItems,0) + !Window.IsVisible(PlayerControls.xml) + !Skin.HasSetting(DisableShowcase)">ActivateWindow(1131)</onleft>
  100. <animation type="Visible">
  101. <effect type="slide" start="-1000,1300" end="0" time="150" />
  102. </animation>
  103. <orientation>vertical</orientation>
  104. <scrolltime tween="sine" easing="out">240</scrolltime>
  105. <itemlayout width="240" height="100">
  106. <control type="label">
  107. <top>10</top>
  108. <height>78</height>
  109. <width>210</width>
  110. <align>center</align>
  111. <aligny>center</aligny>
  112. <font>Font-Flag</font>
  113. <textcolor>HomeBarFG</textcolor>
  114. <label>$INFO[ListItem.Label]</label>
  115. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  116. </control>
  117. </itemlayout>
  118. <focusedlayout width="240" height="100">
  119. <control type="label">
  120. <top>16</top>
  121. <height>78</height>
  122. <width>210</width>
  123. <align>center</align>
  124. <aligny>center</aligny>
  125. <font>Font-Flag</font>
  126. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  127. <label>$INFO[ListItem.Label]</label>
  128. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  129. </control>
  130. <control type="image">
  131. <centerleft>100</centerleft>
  132. <top>88</top>
  133. <width>16</width>
  134. <height>16</height>
  135. <aspectratio>stretch</aspectratio>
  136. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-left.png</texture>
  137. <visible>Integer.IsGreater(Container(9002).NumItems,0) | Integer.IsGreater(Container(90100).NumItems,0)</visible>
  138. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  139. <visible>![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  140. </control>
  141. <control type="image">
  142. <centerleft>100</centerleft>
  143. <top>3</top>
  144. <width>22</width>
  145. <height>22</height>
  146. <aspectratio>stretch</aspectratio>
  147. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  148. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  149. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  150. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  151. </control>
  152. <control type="image">
  153. <top>80</top>
  154. <width>210</width>
  155. <height>6</height>
  156. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  157. <aspectratio>scale</aspectratio>
  158. </control>
  159. <control type="image">
  160. <centerleft>85</centerleft>
  161. <top>62</top>
  162. <width>16</width>
  163. <height>16</height>
  164. <aspectratio>stretch</aspectratio>
  165. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  166. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  167. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  168. <visible>![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  169. </control>
  170. </focusedlayout>
  171. <content>
  172. <include>skinshortcuts-mainmenu</include>
  173. </content>
  174. </control>
  175.  
  176. <!-- Main list -->
  177. <control type="panel" id="9000">
  178. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, textonly)">Conditional</animation>
  179. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,0)">Conditional</animation>
  180. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,1)">Conditional</animation>
  181. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,2)">Conditional</animation>
  182. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,3)">Conditional</animation>
  183. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,4)">Conditional</animation>
  184. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,5)">Conditional</animation>
  185. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,6)">Conditional</animation>
  186. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,7)">Conditional</animation>
  187. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,8)">Conditional</animation>
  188. <animation effect="slide" end="94" condition="!Integer.IsGreater(Container(9000).NumItems,9)">Conditional</animation>
  189. <left>16</left>
  190. <right>16</right>
  191. <bottom>0</bottom>
  192. <height>266</height>
  193. <visible>!Skin.String(HomeStyle, vertical)</visible>
  194. <onup condition="!Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">SetProperty(FO9001,1,home)</onup>
  195. <onup condition="!Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">9001</onup>
  196. <onup condition="Player.HasMedia + !Window.IsVisible(PlayerControls.xml)">9005</onup>
  197. <ondown condition="Integer.IsGreater(Container(9002).NumItems,0) + !Window.IsVisible(PlayerControls.xml) + !Skin.String(SubmenuStyle, Touch)">SetProperty(submenumouse,1,home)</ondown>
  198. <ondown condition="Integer.IsGreater(Container(9002).NumItems,0) + !Window.IsVisible(PlayerControls.xml)">9002</ondown>
  199. <ondown condition="!Integer.IsGreater(Container(9002).NumItems,0) + !Window.IsVisible(PlayerControls.xml) + !Skin.HasSetting(DisableShowcase)">ActivateWindow(1131)</ondown>
  200. <animation type="Visible">
  201. <effect type="slide" start="0,266" end="0" time="150" />
  202. </animation>
  203. <orientation>horizontal</orientation>
  204. <scrolltime tween="sine" easing="out">240</scrolltime>
  205. <!-- Default Home -->
  206. <itemlayout width="188" height="266" condition="!Skin.String(HomeStyle, emptybeveled) + !Skin.String(HomeStyle, squared) + !Skin.String(HomeStyle, emptysquared) + !Skin.String(HomeStyle, rounded) + !Skin.String(HomeStyle, emptyrounded) + !Skin.String(HomeStyle, circle) + !Skin.String(HomeStyle, emptycircle) + !Skin.String(HomeStyle, textintile) + !Skin.String(HomeStyle, textonly) + !Skin.String(HomeStyle, iconsonly)">
  207. <control type="image">
  208. <top>16</top>
  209. <width>196</width>
  210. <height>170</height>
  211. <texture colordiffuse="HomeBarTile">common/tile.png</texture>
  212. <aspectratio>keep</aspectratio>
  213. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  214. </control>
  215. <control type="image">
  216. <top>16</top>
  217. <width>196</width>
  218. <height>170</height>
  219. <texture colordiffuse="$VAR[HighlightColor]">common/tile.png</texture>
  220. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  221. <aspectratio>keep</aspectratio>
  222. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  223. </control>
  224. <control type="image">
  225. <top>16</top>
  226. <width>196</width>
  227. <height>170</height>
  228. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  229. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  230. <aspectratio scalediffuse="false">stretch</aspectratio>
  231. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  232. </control>
  233. <control type="image">
  234. <top>16</top>
  235. <width>196</width>
  236. <height>170</height>
  237. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  238. <aspectratio scalediffuse="false">center</aspectratio>
  239. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  240. </control>
  241. <control type="label">
  242. <top>188</top>
  243. <height>78</height>
  244. <width>170</width>
  245. <align>center</align>
  246. <aligny>center</aligny>
  247. <font>Font-HomeMenu</font>
  248. <textcolor>HomeBarFG</textcolor>
  249. <label>$INFO[ListItem.Label]</label>
  250. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  251. </control>
  252. </itemlayout>
  253. <focusedlayout width="188" height="266" condition="!Skin.String(HomeStyle, emptybeveled) + !Skin.String(HomeStyle, squared) + !Skin.String(HomeStyle, emptysquared) + !Skin.String(HomeStyle, rounded) + !Skin.String(HomeStyle, emptyrounded) + !Skin.String(HomeStyle, circle) + !Skin.String(HomeStyle, emptycircle) + !Skin.String(HomeStyle, textintile) + !Skin.String(HomeStyle, textonly) + !Skin.String(HomeStyle, iconsonly)">
  254. <control type="image">
  255. <top>16</top>
  256. <width>196</width>
  257. <height>170</height>
  258. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile.png</texture>
  259. <aspectratio>keep</aspectratio>
  260. </control>
  261. <control type="image">
  262. <top>16</top>
  263. <width>196</width>
  264. <height>170</height>
  265. <texture colordiffuse="Selected" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  266. <aspectratio scalediffuse="false">center</aspectratio>
  267. </control>
  268. <control type="image">
  269. <centerleft>85</centerleft>
  270. <bottom>90</bottom>
  271. <width>22</width>
  272. <height>22</height>
  273. <aspectratio>stretch</aspectratio>
  274. <texture colordiffuse="Selected">common/lock.png</texture>
  275. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  276. </control>
  277. <control type="label">
  278. <top>188</top>
  279. <height>78</height>
  280. <width>170</width>
  281. <align>center</align>
  282. <aligny>center</aligny>
  283. <font>Font-HomeMenu</font>
  284. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  285. <label>$INFO[ListItem.Label]</label>
  286. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  287. </control>
  288. <control type="image">
  289. <centerleft>85</centerleft>
  290. <bottom>0</bottom>
  291. <width>16</width>
  292. <height>16</height>
  293. <aspectratio>stretch</aspectratio>
  294. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  295. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  296. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  297. </control>
  298. <control type="image">
  299. <centerleft>85</centerleft>
  300. <bottom>23</bottom>
  301. <width>16</width>
  302. <height>16</height>
  303. <aspectratio>stretch</aspectratio>
  304. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  305. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  306. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  307. </control>
  308. <control type="image">
  309. <bottom>16</bottom>
  310. <width>170</width>
  311. <height>6</height>
  312. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  313. <aspectratio>scale</aspectratio>
  314. </control>
  315. </focusedlayout>
  316. <!-- Empty Beveled Tiles -->
  317. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, emptybeveled)">
  318. <control type="image">
  319. <top>16</top>
  320. <width>196</width>
  321. <height>170</height>
  322. <texture colordiffuse="HomeBarTile">common/tile_empty.png</texture>
  323. <aspectratio>keep</aspectratio>
  324. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  325. </control>
  326. <control type="image">
  327. <top>16</top>
  328. <width>196</width>
  329. <height>170</height>
  330. <texture colordiffuse="$VAR[HighlightColor]">common/tile_empty.png</texture>
  331. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  332. <aspectratio>keep</aspectratio>
  333. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  334. </control>
  335. <control type="image">
  336. <top>16</top>
  337. <width>196</width>
  338. <height>170</height>
  339. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  340. <texture colordiffuse="HomeBarFG" diffuse="common/tile_empty.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  341. <aspectratio scalediffuse="false">stretch</aspectratio>
  342. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  343. </control>
  344. <control type="image">
  345. <top>16</top>
  346. <width>196</width>
  347. <height>170</height>
  348. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  349. <aspectratio scalediffuse="false">center</aspectratio>
  350. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  351. </control>
  352. <control type="label">
  353. <top>188</top>
  354. <height>78</height>
  355. <width>170</width>
  356. <align>center</align>
  357. <aligny>center</aligny>
  358. <font>Font-HomeMenu</font>
  359. <textcolor>HomeBarFG</textcolor>
  360. <label>$INFO[ListItem.Label]</label>
  361. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  362. </control>
  363. </itemlayout>
  364. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, emptybeveled)">
  365. <control type="image">
  366. <top>16</top>
  367. <width>196</width>
  368. <height>170</height>
  369. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_empty.png</texture>
  370. <aspectratio>keep</aspectratio>
  371. </control>
  372. <control type="image">
  373. <top>16</top>
  374. <width>196</width>
  375. <height>170</height>
  376. <texture colordiffuse="$VAR[Defs_HomeTileColor]" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  377. <aspectratio scalediffuse="false">center</aspectratio>
  378. </control>
  379. <control type="image">
  380. <centerleft>85</centerleft>
  381. <bottom>95</bottom>
  382. <width>22</width>
  383. <height>22</height>
  384. <aspectratio>stretch</aspectratio>
  385. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  386. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  387. </control>
  388. <control type="label">
  389. <top>188</top>
  390. <height>78</height>
  391. <width>170</width>
  392. <align>center</align>
  393. <aligny>center</aligny>
  394. <font>Font-HomeMenu</font>
  395. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  396. <label>$INFO[ListItem.Label]</label>
  397. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  398. </control>
  399. <control type="image">
  400. <centerleft>85</centerleft>
  401. <bottom>0</bottom>
  402. <width>16</width>
  403. <height>16</height>
  404. <aspectratio>stretch</aspectratio>
  405. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  406. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  407. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  408. </control>
  409. <control type="image">
  410. <centerleft>85</centerleft>
  411. <bottom>23</bottom>
  412. <width>16</width>
  413. <height>16</height>
  414. <aspectratio>stretch</aspectratio>
  415. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  416. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  417. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  418. </control>
  419. <control type="image">
  420. <bottom>16</bottom>
  421. <width>170</width>
  422. <height>6</height>
  423. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  424. <aspectratio>scale</aspectratio>
  425. </control>
  426. </focusedlayout>
  427. <!-- Rounded Tiles -->
  428. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, rounded)">
  429. <control type="image">
  430. <top>16</top>
  431. <width>196</width>
  432. <height>170</height>
  433. <texture colordiffuse="HomeBarTile">common/tile_rounded.png</texture>
  434. <aspectratio>scale</aspectratio>
  435. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  436. </control>
  437. <control type="image">
  438. <top>16</top>
  439. <width>196</width>
  440. <height>170</height>
  441. <texture colordiffuse="$VAR[HighlightColor]">common/tile_rounded.png</texture>
  442. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  443. <aspectratio>scale</aspectratio>
  444. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  445. </control>
  446. <control type="image">
  447. <top>16</top>
  448. <width>196</width>
  449. <height>170</height>
  450. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  451. <texture colordiffuse="HomeBarFG" diffuse="common/tile_rounded.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  452. <aspectratio scalediffuse="false">scale</aspectratio>
  453. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  454. </control>
  455. <control type="image">
  456. <top>16</top>
  457. <width>196</width>
  458. <height>170</height>
  459. <texture colordiffuse="HomeBarFG" diffuse="common/tile_rounded.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  460. <aspectratio scalediffuse="false">center</aspectratio>
  461. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  462. </control>
  463. <control type="label">
  464. <top>188</top>
  465. <height>78</height>
  466. <left>12</left>
  467. <width>172</width>
  468. <align>center</align>
  469. <aligny>center</aligny>
  470. <font>Font-HomeMenu</font>
  471. <textcolor>HomeBarFG</textcolor>
  472. <label>$INFO[ListItem.Label]</label>
  473. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  474. </control>
  475. </itemlayout>
  476. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, rounded)">
  477. <control type="image">
  478. <top>16</top>
  479. <width>196</width>
  480. <height>170</height>
  481. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_rounded.png</texture>
  482. <aspectratio>scale</aspectratio>
  483. </control>
  484. <control type="image">
  485. <top>16</top>
  486. <width>196</width>
  487. <height>170</height>
  488. <texture colordiffuse="Selected" diffuse="common/tile_rounded.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  489. <aspectratio scalediffuse="false">center</aspectratio>
  490. </control>
  491. <control type="image">
  492. <centerleft>97</centerleft>
  493. <bottom>90</bottom>
  494. <width>22</width>
  495. <height>22</height>
  496. <aspectratio>stretch</aspectratio>
  497. <texture colordiffuse="Selected">common/lock.png</texture>
  498. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  499. </control>
  500. <control type="label">
  501. <left>12</left>
  502. <top>188</top>
  503. <height>78</height>
  504. <width>172</width>
  505. <align>center</align>
  506. <aligny>center</aligny>
  507. <font>Font-HomeMenu</font>
  508. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  509. <label>$INFO[ListItem.Label]</label>
  510. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  511. </control>
  512. <control type="image">
  513. <centerleft>97</centerleft>
  514. <bottom>0</bottom>
  515. <width>16</width>
  516. <height>16</height>
  517. <aspectratio>stretch</aspectratio>
  518. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  519. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  520. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  521. </control>
  522. <control type="image">
  523. <centerleft>97</centerleft>
  524. <bottom>23</bottom>
  525. <width>16</width>
  526. <height>16</height>
  527. <aspectratio>stretch</aspectratio>
  528. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  529. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  530. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  531. </control>
  532. <control type="image">
  533. <left>12</left>
  534. <bottom>17</bottom>
  535. <width>172</width>
  536. <height>6</height>
  537. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  538. <aspectratio>scale</aspectratio>
  539. </control>
  540. </focusedlayout>
  541. <!-- Empty Rounded Tiles -->
  542. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, emptyrounded)">
  543. <control type="image">
  544. <top>16</top>
  545. <width>196</width>
  546. <height>170</height>
  547. <texture colordiffuse="HomeBarTile">common/tile_emptyrounded.png</texture>
  548. <aspectratio>scale</aspectratio>
  549. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  550. </control>
  551. <control type="image">
  552. <top>16</top>
  553. <width>196</width>
  554. <height>170</height>
  555. <texture colordiffuse="$VAR[HighlightColor]">common/tile_emptyrounded.png</texture>
  556. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  557. <aspectratio>scale</aspectratio>
  558. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  559. </control>
  560. <control type="image">
  561. <top>16</top>
  562. <width>196</width>
  563. <height>170</height>
  564. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  565. <texture colordiffuse="HomeBarFG" diffuse="common/tile_emptyrounded.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  566. <aspectratio scalediffuse="false">scale</aspectratio>
  567. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  568. </control>
  569. <control type="image">
  570. <top>16</top>
  571. <width>196</width>
  572. <height>170</height>
  573. <texture colordiffuse="HomeBarFG" diffuse="common/tile_rounded.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  574. <aspectratio scalediffuse="false">center</aspectratio>
  575. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  576. </control>
  577. <control type="label">
  578. <top>188</top>
  579. <height>78</height>
  580. <left>12</left>
  581. <width>172</width>
  582. <align>center</align>
  583. <aligny>center</aligny>
  584. <font>Font-HomeMenu</font>
  585. <textcolor>HomeBarFG</textcolor>
  586. <label>$INFO[ListItem.Label]</label>
  587. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  588. </control>
  589. </itemlayout>
  590. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, emptyrounded)">
  591. <control type="image">
  592. <top>16</top>
  593. <width>196</width>
  594. <height>170</height>
  595. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_emptyrounded.png</texture>
  596. <aspectratio>scale</aspectratio>
  597. </control>
  598. <control type="image">
  599. <top>16</top>
  600. <width>196</width>
  601. <height>170</height>
  602. <texture colordiffuse="$VAR[Defs_HomeTileColor]" diffuse="common/tile_rounded.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  603. <aspectratio scalediffuse="false">center</aspectratio>
  604. </control>
  605. <control type="image">
  606. <centerleft>97</centerleft>
  607. <bottom>95</bottom>
  608. <width>22</width>
  609. <height>22</height>
  610. <aspectratio>stretch</aspectratio>
  611. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  612. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  613. </control>
  614. <control type="label">
  615. <left>12</left>
  616. <top>188</top>
  617. <height>78</height>
  618. <width>172</width>
  619. <align>center</align>
  620. <aligny>center</aligny>
  621. <font>Font-HomeMenu</font>
  622. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  623. <label>$INFO[ListItem.Label]</label>
  624. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  625. </control>
  626. <control type="image">
  627. <centerleft>97</centerleft>
  628. <bottom>0</bottom>
  629. <width>16</width>
  630. <height>16</height>
  631. <aspectratio>stretch</aspectratio>
  632. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  633. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  634. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  635. </control>
  636. <control type="image">
  637. <centerleft>97</centerleft>
  638. <bottom>23</bottom>
  639. <width>16</width>
  640. <height>16</height>
  641. <aspectratio>stretch</aspectratio>
  642. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  643. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  644. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  645. </control>
  646. <control type="image">
  647. <left>12</left>
  648. <bottom>17</bottom>
  649. <width>172</width>
  650. <height>6</height>
  651. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  652. <aspectratio>scale</aspectratio>
  653. </control>
  654. </focusedlayout>
  655. <!-- Squared Tiles -->
  656. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, squared)">
  657. <control type="image">
  658. <top>16</top>
  659. <width>196</width>
  660. <height>170</height>
  661. <texture colordiffuse="HomeBarTile">common/tile_squared.png</texture>
  662. <aspectratio>scale</aspectratio>
  663. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  664. </control>
  665. <control type="image">
  666. <top>16</top>
  667. <width>196</width>
  668. <height>170</height>
  669. <texture colordiffuse="$VAR[HighlightColor]">common/tile_squared.png</texture>
  670. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  671. <aspectratio>scale</aspectratio>
  672. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  673. </control>
  674. <control type="image">
  675. <top>16</top>
  676. <width>196</width>
  677. <height>170</height>
  678. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  679. <texture colordiffuse="HomeBarFG" diffuse="common/tile_squared.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  680. <aspectratio scalediffuse="false">scale</aspectratio>
  681. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  682. </control>
  683. <control type="image">
  684. <top>16</top>
  685. <width>196</width>
  686. <height>170</height>
  687. <texture colordiffuse="HomeBarFG" diffuse="common/tile_squared.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  688. <aspectratio scalediffuse="false">center</aspectratio>
  689. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  690. </control>
  691. <control type="label">
  692. <top>188</top>
  693. <height>78</height>
  694. <left>12</left>
  695. <width>172</width>
  696. <align>center</align>
  697. <aligny>center</aligny>
  698. <font>Font-HomeMenu</font>
  699. <textcolor>HomeBarFG</textcolor>
  700. <label>$INFO[ListItem.Label]</label>
  701. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  702. </control>
  703. </itemlayout>
  704. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, squared)">
  705. <control type="image">
  706. <top>16</top>
  707. <width>196</width>
  708. <height>170</height>
  709. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_squared.png</texture>
  710. <aspectratio>scale</aspectratio>
  711. </control>
  712. <control type="image">
  713. <top>16</top>
  714. <width>196</width>
  715. <height>170</height>
  716. <texture colordiffuse="Selected" diffuse="common/tile_squared.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  717. <aspectratio scalediffuse="false">center</aspectratio>
  718. </control>
  719. <control type="image">
  720. <centerleft>97</centerleft>
  721. <bottom>90</bottom>
  722. <width>22</width>
  723. <height>22</height>
  724. <aspectratio>stretch</aspectratio>
  725. <texture colordiffuse="Selected">common/lock.png</texture>
  726. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  727. </control>
  728. <control type="label">
  729. <left>12</left>
  730. <top>188</top>
  731. <height>78</height>
  732. <width>172</width>
  733. <align>center</align>
  734. <aligny>center</aligny>
  735. <font>Font-HomeMenu</font>
  736. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  737. <label>$INFO[ListItem.Label]</label>
  738. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  739. </control>
  740. <control type="image">
  741. <centerleft>97</centerleft>
  742. <bottom>0</bottom>
  743. <width>16</width>
  744. <height>16</height>
  745. <aspectratio>stretch</aspectratio>
  746. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  747. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  748. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  749. </control>
  750. <control type="image">
  751. <centerleft>97</centerleft>
  752. <bottom>23</bottom>
  753. <width>16</width>
  754. <height>16</height>
  755. <aspectratio>stretch</aspectratio>
  756. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  757. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  758. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  759. </control>
  760. <control type="image">
  761. <left>12</left>
  762. <bottom>17</bottom>
  763. <width>172</width>
  764. <height>6</height>
  765. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  766. <aspectratio>scale</aspectratio>
  767. </control>
  768. </focusedlayout>
  769. <!-- Empty Squared Tiles -->
  770. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, emptysquared)">
  771. <control type="image">
  772. <top>16</top>
  773. <width>196</width>
  774. <height>170</height>
  775. <texture colordiffuse="HomeBarTile">common/tile_emptysquared.png</texture>
  776. <aspectratio>scale</aspectratio>
  777. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  778. </control>
  779. <control type="image">
  780. <top>16</top>
  781. <width>196</width>
  782. <height>170</height>
  783. <texture colordiffuse="$VAR[HighlightColor]">common/tile_emptysquared.png</texture>
  784. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  785. <aspectratio>scale</aspectratio>
  786. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  787. </control>
  788. <control type="image">
  789. <top>16</top>
  790. <width>196</width>
  791. <height>170</height>
  792. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  793. <texture colordiffuse="HomeBarFG" diffuse="common/tile_emptysquared.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  794. <aspectratio scalediffuse="false">scale</aspectratio>
  795. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  796. </control>
  797. <control type="image">
  798. <top>16</top>
  799. <width>196</width>
  800. <height>170</height>
  801. <texture colordiffuse="HomeBarFG" diffuse="common/tile_squared.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  802. <aspectratio scalediffuse="false">center</aspectratio>
  803. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  804. </control>
  805. <control type="label">
  806. <top>188</top>
  807. <height>78</height>
  808. <left>12</left>
  809. <width>172</width>
  810. <align>center</align>
  811. <aligny>center</aligny>
  812. <font>Font-HomeMenu</font>
  813. <textcolor>HomeBarFG</textcolor>
  814. <label>$INFO[ListItem.Label]</label>
  815. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  816. </control>
  817. </itemlayout>
  818. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, emptysquared)">
  819. <control type="image">
  820. <top>16</top>
  821. <width>196</width>
  822. <height>170</height>
  823. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_emptysquared.png</texture>
  824. <aspectratio>scale</aspectratio>
  825. </control>
  826. <control type="image">
  827. <top>16</top>
  828. <width>196</width>
  829. <height>170</height>
  830. <texture colordiffuse="$VAR[Defs_HomeTileColor]" diffuse="common/tile_squared.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  831. <aspectratio scalediffuse="false">center</aspectratio>
  832. </control>
  833. <control type="image">
  834. <centerleft>97</centerleft>
  835. <bottom>95</bottom>
  836. <width>22</width>
  837. <height>22</height>
  838. <aspectratio>stretch</aspectratio>
  839. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  840. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  841. </control>
  842. <control type="label">
  843. <left>12</left>
  844. <top>188</top>
  845. <height>78</height>
  846. <width>172</width>
  847. <align>center</align>
  848. <aligny>center</aligny>
  849. <font>Font-HomeMenu</font>
  850. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  851. <label>$INFO[ListItem.Label]</label>
  852. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  853. </control>
  854. <control type="image">
  855. <centerleft>97</centerleft>
  856. <bottom>0</bottom>
  857. <width>16</width>
  858. <height>16</height>
  859. <aspectratio>stretch</aspectratio>
  860. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  861. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  862. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  863. </control>
  864. <control type="image">
  865. <centerleft>97</centerleft>
  866. <bottom>23</bottom>
  867. <width>16</width>
  868. <height>16</height>
  869. <aspectratio>stretch</aspectratio>
  870. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  871. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  872. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  873. </control>
  874. <control type="image">
  875. <left>12</left>
  876. <bottom>17</bottom>
  877. <width>172</width>
  878. <height>6</height>
  879. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  880. <aspectratio>scale</aspectratio>
  881. </control>
  882. </focusedlayout>
  883. <!-- Circle Tiles -->
  884. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, circle)">
  885. <control type="image">
  886. <top>16</top>
  887. <width>196</width>
  888. <height>170</height>
  889. <texture colordiffuse="HomeBarTile">common/tile_circle.png</texture>
  890. <aspectratio>scale</aspectratio>
  891. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  892. </control>
  893. <control type="image">
  894. <top>16</top>
  895. <width>196</width>
  896. <height>170</height>
  897. <texture colordiffuse="$VAR[HighlightColor]">common/tile_circle.png</texture>
  898. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  899. <aspectratio>scale</aspectratio>
  900. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  901. </control>
  902. <control type="image">
  903. <top>16</top>
  904. <width>196</width>
  905. <height>170</height>
  906. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  907. <texture colordiffuse="HomeBarFG" diffuse="common/tile_circle.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  908. <aspectratio scalediffuse="false">scale</aspectratio>
  909. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  910. </control>
  911. <control type="image">
  912. <top>16</top>
  913. <width>196</width>
  914. <height>170</height>
  915. <texture colordiffuse="HomeBarFG" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  916. <aspectratio scalediffuse="false">center</aspectratio>
  917. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  918. </control>
  919. <control type="label">
  920. <top>188</top>
  921. <height>78</height>
  922. <left>12</left>
  923. <width>172</width>
  924. <align>center</align>
  925. <aligny>center</aligny>
  926. <font>Font-HomeMenu</font>
  927. <textcolor>HomeBarFG</textcolor>
  928. <label>$INFO[ListItem.Label]</label>
  929. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  930. </control>
  931. </itemlayout>
  932. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, circle)">
  933. <control type="image">
  934. <top>16</top>
  935. <width>196</width>
  936. <height>170</height>
  937. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_circle.png</texture>
  938. <aspectratio>scale</aspectratio>
  939. </control>
  940. <control type="image">
  941. <top>16</top>
  942. <width>196</width>
  943. <height>170</height>
  944. <texture colordiffuse="Selected" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  945. <aspectratio scalediffuse="false">center</aspectratio>
  946. </control>
  947. <control type="image">
  948. <centerleft>97</centerleft>
  949. <bottom>90</bottom>
  950. <width>22</width>
  951. <height>22</height>
  952. <aspectratio>stretch</aspectratio>
  953. <texture colordiffuse="Selected">common/lock.png</texture>
  954. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  955. </control>
  956. <control type="label">
  957. <left>12</left>
  958. <top>188</top>
  959. <height>78</height>
  960. <width>172</width>
  961. <align>center</align>
  962. <aligny>center</aligny>
  963. <font>Font-HomeMenu</font>
  964. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  965. <label>$INFO[ListItem.Label]</label>
  966. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  967. </control>
  968. <control type="image">
  969. <centerleft>97</centerleft>
  970. <bottom>0</bottom>
  971. <width>16</width>
  972. <height>16</height>
  973. <aspectratio>stretch</aspectratio>
  974. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  975. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  976. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  977. </control>
  978. <control type="image">
  979. <centerleft>97</centerleft>
  980. <bottom>23</bottom>
  981. <width>16</width>
  982. <height>16</height>
  983. <aspectratio>stretch</aspectratio>
  984. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  985. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  986. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  987. </control>
  988. <control type="image">
  989. <left>12</left>
  990. <bottom>17</bottom>
  991. <width>172</width>
  992. <height>6</height>
  993. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  994. <aspectratio>scale</aspectratio>
  995. </control>
  996. </focusedlayout>
  997. <!-- Empty Circle Tiles -->
  998. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, emptycircle)">
  999. <control type="image">
  1000. <top>16</top>
  1001. <width>196</width>
  1002. <height>170</height>
  1003. <texture colordiffuse="HomeBarTile">common/tile_emptycircle.png</texture>
  1004. <aspectratio>scale</aspectratio>
  1005. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  1006. </control>
  1007. <control type="image">
  1008. <top>16</top>
  1009. <width>196</width>
  1010. <height>170</height>
  1011. <texture colordiffuse="$VAR[HighlightColor]">common/tile_emptycircle.png</texture>
  1012. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  1013. <aspectratio>scale</aspectratio>
  1014. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  1015. </control>
  1016. <control type="image">
  1017. <top>16</top>
  1018. <width>196</width>
  1019. <height>170</height>
  1020. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  1021. <texture colordiffuse="HomeBarFG" diffuse="common/tile_emptycircle.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  1022. <aspectratio scalediffuse="false">scale</aspectratio>
  1023. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  1024. </control>
  1025. <control type="image">
  1026. <top>16</top>
  1027. <width>196</width>
  1028. <height>170</height>
  1029. <texture colordiffuse="HomeBarFG" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1030. <aspectratio scalediffuse="false">center</aspectratio>
  1031. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1032. </control>
  1033. <control type="label">
  1034. <top>188</top>
  1035. <height>78</height>
  1036. <left>12</left>
  1037. <width>172</width>
  1038. <align>center</align>
  1039. <aligny>center</aligny>
  1040. <font>Font-HomeMenu</font>
  1041. <textcolor>HomeBarFG</textcolor>
  1042. <label>$INFO[ListItem.Label]</label>
  1043. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1044. </control>
  1045. </itemlayout>
  1046. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, emptycircle)">
  1047. <control type="image">
  1048. <top>16</top>
  1049. <width>196</width>
  1050. <height>170</height>
  1051. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile_emptycircle.png</texture>
  1052. <aspectratio>scale</aspectratio>
  1053. </control>
  1054. <control type="image">
  1055. <top>16</top>
  1056. <width>196</width>
  1057. <height>170</height>
  1058. <texture colordiffuse="$VAR[Defs_HomeTileColor]" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1059. <aspectratio scalediffuse="false">center</aspectratio>
  1060. </control>
  1061. <control type="image">
  1062. <centerleft>97</centerleft>
  1063. <bottom>95</bottom>
  1064. <width>22</width>
  1065. <height>22</height>
  1066. <aspectratio>stretch</aspectratio>
  1067. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  1068. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1069. </control>
  1070. <control type="label">
  1071. <left>12</left>
  1072. <top>188</top>
  1073. <height>78</height>
  1074. <width>172</width>
  1075. <align>center</align>
  1076. <aligny>center</aligny>
  1077. <font>Font-HomeMenu</font>
  1078. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1079. <label>$INFO[ListItem.Label]</label>
  1080. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  1081. </control>
  1082. <control type="image">
  1083. <centerleft>97</centerleft>
  1084. <bottom>0</bottom>
  1085. <width>16</width>
  1086. <height>16</height>
  1087. <aspectratio>stretch</aspectratio>
  1088. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  1089. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1090. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1091. </control>
  1092. <control type="image">
  1093. <centerleft>97</centerleft>
  1094. <bottom>23</bottom>
  1095. <width>16</width>
  1096. <height>16</height>
  1097. <aspectratio>stretch</aspectratio>
  1098. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  1099. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  1100. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1101. </control>
  1102. <control type="image">
  1103. <left>12</left>
  1104. <bottom>17</bottom>
  1105. <width>172</width>
  1106. <height>6</height>
  1107. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  1108. <aspectratio>scale</aspectratio>
  1109. </control>
  1110. </focusedlayout>
  1111. <!-- Only Icons -->
  1112. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, iconsonly)">
  1113. <control type="image">
  1114. <top>16</top>
  1115. <width>196</width>
  1116. <height>170</height>
  1117. <texture colordiffuse="HomeBarFG" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1118. <aspectratio scalediffuse="false">center</aspectratio>
  1119. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1120. </control>
  1121. <control type="label">
  1122. <top>188</top>
  1123. <height>78</height>
  1124. <left>12</left>
  1125. <width>172</width>
  1126. <align>center</align>
  1127. <aligny>center</aligny>
  1128. <font>Font-HomeMenu</font>
  1129. <textcolor>HomeBarFG</textcolor>
  1130. <label>$INFO[ListItem.Label]</label>
  1131. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1132. </control>
  1133. </itemlayout>
  1134. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, iconsonly)">
  1135. <control type="image">
  1136. <top>16</top>
  1137. <width>196</width>
  1138. <height>170</height>
  1139. <texture colordiffuse="$VAR[Defs_HomeTileColor]" diffuse="common/tile_circle.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1140. <aspectratio scalediffuse="false">center</aspectratio>
  1141. </control>
  1142. <control type="image">
  1143. <centerleft>97</centerleft>
  1144. <bottom>95</bottom>
  1145. <width>22</width>
  1146. <height>22</height>
  1147. <aspectratio>stretch</aspectratio>
  1148. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  1149. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1150. </control>
  1151. <control type="label">
  1152. <left>12</left>
  1153. <top>188</top>
  1154. <height>78</height>
  1155. <width>172</width>
  1156. <align>center</align>
  1157. <aligny>center</aligny>
  1158. <font>Font-HomeMenu</font>
  1159. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1160. <label>$INFO[ListItem.Label]</label>
  1161. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  1162. </control>
  1163. <control type="image">
  1164. <centerleft>97</centerleft>
  1165. <bottom>0</bottom>
  1166. <width>16</width>
  1167. <height>16</height>
  1168. <aspectratio>stretch</aspectratio>
  1169. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  1170. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1171. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1172. </control>
  1173. <control type="image">
  1174. <centerleft>97</centerleft>
  1175. <bottom>23</bottom>
  1176. <width>16</width>
  1177. <height>16</height>
  1178. <aspectratio>stretch</aspectratio>
  1179. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  1180. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  1181. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1182. </control>
  1183. <control type="image">
  1184. <left>12</left>
  1185. <bottom>17</bottom>
  1186. <width>172</width>
  1187. <height>6</height>
  1188. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  1189. <aspectratio>scale</aspectratio>
  1190. </control>
  1191. </focusedlayout>
  1192. <!-- Tile in Text -->
  1193. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, textintile)">
  1194. <control type="image">
  1195. <top>16</top>
  1196. <width>196</width>
  1197. <height>170</height>
  1198. <texture colordiffuse="HomeBarTile">common/tile.png</texture>
  1199. <aspectratio>keep</aspectratio>
  1200. <visible>String.IsEmpty(ListItem.Property(tilecolor)) | !Skin.HasSetting(home.tilecolor.nofocus) | !Skin.HasSetting(home.tilecolor)</visible>
  1201. </control>
  1202. <control type="image">
  1203. <top>16</top>
  1204. <width>196</width>
  1205. <height>170</height>
  1206. <texture colordiffuse="$VAR[HighlightColor]">common/tile.png</texture>
  1207. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  1208. <aspectratio>keep</aspectratio>
  1209. <visible>String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  1210. </control>
  1211. <control type="image">
  1212. <top>16</top>
  1213. <width>196</width>
  1214. <height>170</height>
  1215. <animation effect="fade" start="100" end="25" condition="true">Conditional</animation>
  1216. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">special://skin/extras/colors/$INFO[ListItem.Property(tilecolor)].png</texture>
  1217. <aspectratio scalediffuse="false">stretch</aspectratio>
  1218. <visible>!String.IsEmpty(ListItem.Property(tilecolor)) + Skin.HasSetting(home.tilecolor.nofocus) + Skin.HasSetting(home.tilecolor)</visible>
  1219. </control>
  1220. <control type="image">
  1221. <top>-6</top>
  1222. <width>196</width>
  1223. <height>170</height>
  1224. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1225. <aspectratio scalediffuse="false">center</aspectratio>
  1226. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1227. <visible>String.StartsWith(ListItem.Icon,special://skin/extras/icons/)</visible>
  1228. </control>
  1229. <control type="image">
  1230. <top>16</top>
  1231. <width>196</width>
  1232. <height>170</height>
  1233. <texture colordiffuse="HomeBarFG" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1234. <aspectratio scalediffuse="false">center</aspectratio>
  1235. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1236. <visible>!String.StartsWith(ListItem.Icon,special://skin/extras/icons/)</visible>
  1237. </control>
  1238. <control type="label">
  1239. <top>120</top>
  1240. <height>78</height>
  1241. <left>8</left>
  1242. <width>160</width>
  1243. <align>center</align>
  1244. <aligny>center</aligny>
  1245. <font>Font-HomeMenu</font>
  1246. <textcolor>HomeBarFG</textcolor>
  1247. <label>$INFO[ListItem.Label]</label>
  1248. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1249. </control>
  1250. </itemlayout>
  1251. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, textintile)">
  1252. <control type="image">
  1253. <top>16</top>
  1254. <width>196</width>
  1255. <height>170</height>
  1256. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/tile.png</texture>
  1257. <aspectratio>keep</aspectratio>
  1258. </control>
  1259. <control type="image">
  1260. <top>-6</top>
  1261. <width>196</width>
  1262. <height>170</height>
  1263. <texture colordiffuse="Selected" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1264. <aspectratio scalediffuse="false">center</aspectratio>
  1265. <visible>String.StartsWith(ListItem.Icon,special://skin/extras/icons/)</visible>
  1266. </control>
  1267. <control type="image">
  1268. <top>16</top>
  1269. <width>196</width>
  1270. <height>170</height>
  1271. <texture colordiffuse="Selected" diffuse="common/tile.png" aligny="center" align="center">$INFO[ListItem.Icon]</texture>
  1272. <aspectratio scalediffuse="false">center</aspectratio>
  1273. <visible>!String.StartsWith(ListItem.Icon,special://skin/extras/icons/)</visible>
  1274. </control>
  1275. <control type="label">
  1276. <top>120</top>
  1277. <left>8</left>
  1278. <height>78</height>
  1279. <width>160</width>
  1280. <align>center</align>
  1281. <aligny>center</aligny>
  1282. <font>Font-HomeMenu</font>
  1283. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1284. <label>$INFO[ListItem.Label]</label>
  1285. </control>
  1286. <control type="image">
  1287. <centerleft>85</centerleft>
  1288. <bottom>56</bottom>
  1289. <width>16</width>
  1290. <height>16</height>
  1291. <aspectratio>stretch</aspectratio>
  1292. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  1293. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1294. <visible>![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1295. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1296. </control>
  1297. <control type="image">
  1298. <centerleft>105</centerleft>
  1299. <top>15</top>
  1300. <width>16</width>
  1301. <height>16</height>
  1302. <aspectratio>stretch</aspectratio>
  1303. <texture colordiffuse="DialogBG" flipy="true">common/16-arrow-down.png</texture>
  1304. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  1305. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1306. </control>
  1307. <control type="image">
  1308. <centerleft>85</centerleft>
  1309. <bottom>53</bottom>
  1310. <width>22</width>
  1311. <height>22</height>
  1312. <aspectratio>stretch</aspectratio>
  1313. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  1314. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1315. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1316. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1317. </control>
  1318. </focusedlayout>
  1319. <!-- Text Only -->
  1320. <itemlayout width="188" height="266" condition="Skin.String(HomeStyle, textonly)">
  1321. <control type="label">
  1322. <top>16</top>
  1323. <height>78</height>
  1324. <width>170</width>
  1325. <align>center</align>
  1326. <aligny>center</aligny>
  1327. <font>Font-HomeMenu</font>
  1328. <textcolor>HomeBarFG</textcolor>
  1329. <label>$INFO[ListItem.Label]</label>
  1330. <animation effect="fade" start="50" end="50" condition="true">Conditional</animation>
  1331. </control>
  1332. </itemlayout>
  1333. <focusedlayout width="188" height="266" condition="Skin.String(HomeStyle, textonly)">
  1334. <control type="label">
  1335. <top>16</top>
  1336. <height>78</height>
  1337. <width>170</width>
  1338. <align>center</align>
  1339. <aligny>center</aligny>
  1340. <font>Font-HomeMenu</font>
  1341. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1342. <label>$INFO[ListItem.Label]</label>
  1343. <animation effect="slide" start="0" end="0,-12" time="100" reversible="false">Focus</animation>
  1344. </control>
  1345. <control type="image">
  1346. <centerleft>85</centerleft>
  1347. <top>88</top>
  1348. <width>16</width>
  1349. <height>16</height>
  1350. <aspectratio>stretch</aspectratio>
  1351. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/16-arrow-down.png</texture>
  1352. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1353. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1354. <visible>![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1355. </control>
  1356. <control type="image">
  1357. <centerleft>85</centerleft>
  1358. <top>3</top>
  1359. <width>22</width>
  1360. <height>22</height>
  1361. <aspectratio>stretch</aspectratio>
  1362. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/lock.png</texture>
  1363. <visible>Integer.IsGreater(Container(9002).NumItems,0)</visible>
  1364. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1365. <visible>[String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1366. </control>
  1367. <control type="image">
  1368. <top>80</top>
  1369. <width>170</width>
  1370. <height>6</height>
  1371. <texture colordiffuse="$VAR[Defs_HomeTileColor]">common/white.png</texture>
  1372. <aspectratio>scale</aspectratio>
  1373. </control>
  1374. <control type="image">
  1375. <centerleft>85</centerleft>
  1376. <top>62</top>
  1377. <width>16</width>
  1378. <height>16</height>
  1379. <aspectratio>stretch</aspectratio>
  1380. <texture colordiffuse="$VAR[Defs_HomeTileColor]" flipy="true">common/16-arrow-down.png</texture>
  1381. <visible>Integer.IsGreater(Container(9001).NumItems,0) + Skin.HasSetting(home.hidewidgetbox)</visible>
  1382. <animation effect="fade" start="0" end="100" time="300" delay="300" reversible="false">Focus</animation>
  1383. <visible>![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]</visible>
  1384. </control>
  1385. </focusedlayout>
  1386. <content>
  1387. <include>skinshortcuts-mainmenu</include>
  1388. </content>
  1389. </control>
  1390. <!-- Arrows -->
  1391. <control type="group">
  1392. <visible>Container(9000).HasNext | Container(9000).HasPrevious</visible>
  1393. <visible>!Skin.String(HomeStyle, textonly) + !Skin.String(HomeStyle, rounded) + !Skin.String(HomeStyle, emptyrounded) + !Skin.String(HomeStyle, squared) + !Skin.String(HomeStyle, emptysquared) + !Skin.String(HomeStyle, emptybeveled) + !Skin.String(HomeStyle, beveled) + !Skin.String(HomeStyle, textintile) + !Skin.String(HomeStyle, vertical)</visible>
  1394. <left>0</left>
  1395. <right>0</right>
  1396. <bottom>0</bottom>
  1397. <height>266</height>
  1398. <control type="image">
  1399. <centertop>45</centertop>
  1400. <left>8</left>
  1401. <width>16</width>
  1402. <height>16</height>
  1403. <texture colordiffuse="ListLabel">common/16-arrow-left.png</texture>
  1404. </control>
  1405. <control type="image">
  1406. <centertop>160</centertop>
  1407. <right>8</right>
  1408. <width>16</width>
  1409. <height>16</height>
  1410. <texture colordiffuse="ListLabel" flipx="true">common/16-arrow-left.png</texture>
  1411. </control>
  1412. </control>
  1413. <control type="group">
  1414. <visible>Container(9000).HasNext | Container(9000).HasPrevious</visible>
  1415. <visible>Skin.String(HomeStyle, rounded) | Skin.String(HomeStyle, emptyrounded) | Skin.String(HomeStyle, squared) | Skin.String(HomeStyle, emptysquared) | Skin.String(HomeStyle, emptybeveled) | Skin.String(HomeStyle, beveled) | Skin.String(HomeStyle, textintile)</visible>
  1416. <left>0</left>
  1417. <right>0</right>
  1418. <bottom>0</bottom>
  1419. <height>266</height>
  1420. <control type="image">
  1421. <centertop>100</centertop>
  1422. <left>8</left>
  1423. <width>16</width>
  1424. <height>16</height>
  1425. <texture colordiffuse="ListLabel">common/16-arrow-left.png</texture>
  1426. </control>
  1427. <control type="image">
  1428. <centertop>100</centertop>
  1429. <right>8</right>
  1430. <width>16</width>
  1431. <height>16</height>
  1432. <texture colordiffuse="ListLabel" flipx="true">common/16-arrow-left.png</texture>
  1433. </control>
  1434. </control>
  1435. <control type="group">
  1436. <visible>Container(9000).HasNext | Container(9000).HasPrevious</visible>
  1437. <visible>Skin.String(HomeStyle, textonly)</visible>
  1438. <left>0</left>
  1439. <right>0</right>
  1440. <bottom>0</bottom>
  1441. <height>266</height>
  1442. <control type="image">
  1443. <bottom>40</bottom>
  1444. <left>7</left>
  1445. <width>16</width>
  1446. <height>16</height>
  1447. <texture colordiffuse="ListLabel">common/16-arrow-left.png</texture>
  1448. </control>
  1449. <control type="image">
  1450. <bottom>40</bottom>
  1451. <right>7</right>
  1452. <width>16</width>
  1453. <height>16</height>
  1454. <texture colordiffuse="ListLabel" flipx="true">common/16-arrow-left.png</texture>
  1455. </control>
  1456. </control>
  1457. </control>
  1458. </include>
  1459.  
  1460. <include name="Home_Button">
  1461. <control type="button" id="9980">
  1462. <top>0</top>
  1463. <left>100</left>
  1464. <right>100</right>
  1465. <height>140</height>
  1466. <visible allowhiddenfocus="true">Window.IsVisible(Home.xml) + !Skin.String(SubmenuStyle, Touch)</visible>
  1467. <onback>ClearProperty(submenumouse,home)</onback>
  1468. <onback>50</onback>
  1469. <onfocus condition="Integer.IsGreater(Container(9002).NumItems,0)">SetProperty(submenumouse,1,home)</onfocus>
  1470. <onfocus>9002</onfocus>
  1471. <onunfocus>ClearProperty(submenumouse,home)</onunfocus>
  1472. <hitrect x="100" y="0" w="1920" h="140" />
  1473. </control>
  1474. </include>
  1475.  
  1476. <!-- SubMenu -->
  1477. <include name="Home_SubMenu">
  1478. <control type="group">
  1479. <animation effect="slide" tween="quadratic" easing="out" time="200" start="0,-400" end="0" condition="!String.IsEmpty(Window(home).Property(submenumouse))" reversible="false">Conditional</animation>
  1480. <animation effect="slide" tween="quadratic" easing="in" time="200" end="0,-400" start="0" condition="String.IsEmpty(Window(home).Property(submenumouse))" reversible="false">Conditional</animation>
  1481. <animation effect="slide" tween="quadratic" easing="in" time="200" end="0,400" start="0" condition="Skin.String(SubmenuStyle, Touch)" reversible="false">Conditional</animation>
  1482. <visible>Control.HasFocus(9000) | Integer.IsGreater(Container(9002).NumItems,0) | !String.IsEmpty(Window(home).Property(submenumouse))</visible>
  1483. <visible>[String.IsEmpty(Container(9000).ListItem.Property(ParentalControl)) | String.Contains(Container(9000).ListItem.Property(ParentalControl),no)] | String.IsEqual(Skin.String(mypassword),Skin.String(passcode))</visible>
  1484. <include>Dialog_Top</include>
  1485. <include condition="String.IsEmpty(Skin.String(SubmenuStyle)) | Skin.String(SubmenuStyle, Large)">Dialog_Background_Home</include>
  1486. <include condition="Skin.String(SubmenuStyle, Small)">Dialog_Background_Home_Small</include>
  1487. <include condition="Skin.String(SubmenuStyle, Touch)">Dialog_Background_Touch</include>
  1488. <include content="Dialog_Top_IconHeader_Home" condition="String.IsEmpty(Skin.String(SubmenuStyle)) | Skin.String(SubmenuStyle, Large)">
  1489. <param name="label" value="$LOCALIZE[1034] / $INFO[Container(9000).ListItem.Label] / $INFO[Container(9002).ListItem.Label]" />
  1490. <param name="icon" value="$INFO[Container(9000).ListItem.Icon]" />
  1491. </include>
  1492. <include content="Dialog_Top_IconHeader_Home_Small" condition="Skin.String(SubmenuStyle, Small)">
  1493. <param name="icon" value="$INFO[Container(9000).ListItem.Icon]" />
  1494. </include>
  1495. <include content="Dialog_Top_Arrows_Home" condition="String.IsEmpty(Skin.String(SubmenuStyle)) | Skin.String(SubmenuStyle, Large)">
  1496. <param name="id" value="9002" />
  1497. </include>
  1498. <include content="Dialog_Top_Arrows_Home_Small" condition="Skin.String(SubmenuStyle, Small)">
  1499. <param name="id" value="9002" />
  1500. </include>
  1501. <control type="panel" id="9002">
  1502. <onup>9000</onup>
  1503. <onup>ClearProperty(submenumouse,home)</onup>
  1504. <ondown>9000</ondown>
  1505. <ondown>ClearProperty(submenumouse,home)</ondown>
  1506. <onback>9000</onback>
  1507. <onback>ClearProperty(submenumouse,home)</onback>
  1508. <onleft>9002</onleft>
  1509. <onright>9002</onright>
  1510. <include content="DefSubMenu" condition="String.IsEmpty(Skin.String(SubmenuStyle)) | Skin.String(SubmenuStyle, Large)">
  1511. <param name="icon" value="$INFO[ListItem.Icon]" />
  1512. </include>
  1513. <include content="DefSubMenu_Small" condition="Skin.String(SubmenuStyle, Small)">
  1514. <param name="icon" value="$INFO[ListItem.Icon]" />
  1515. </include>
  1516. <include content="DefSubMenu_Touch" condition="Skin.String(SubmenuStyle, Touch)">
  1517. <param name="icon" value="$INFO[ListItem.Icon]" />
  1518. </include>
  1519. <content>
  1520. <include>skinshortcuts-submenu</include>
  1521. </content>
  1522. </control>
  1523. </control>
  1524. </include>
  1525. <include name="Vertical_SubMenu">
  1526. <control type="group" id="90001">
  1527. <animation effect="slide" end="-500,0" time="240">WindowClose</animation>
  1528. <animation effect="slide" end="350,0" time="280" condition="Control.HasFocus(90100)">Conditional</animation>
  1529. <left>-350</left>
  1530. <control type="image">
  1531. <width>200</width>
  1532. <height>1080</height>
  1533. <texture colordiffuse="$VAR[HomeBar_Color]">common/white.png</texture>
  1534. <visible>Control.HasFocus(90100)</visible>
  1535. </control>
  1536. <control type="list" id="90100">
  1537. <animation effect="slide" end="0,300" time="1" condition="Integer.IsLessOrEqual(Container(90100).NumItems,7)">Conditional</animation>
  1538. <animation effect="slide" end="0,200" time="1" condition="Integer.IsGreaterOrEqual(Container(90100).NumItems,8) + Integer.IsLess(Container(90100).NumItems,10)">Conditional</animation>
  1539. <top>210</top>
  1540. <width>380</width>
  1541. <height>840</height>
  1542. <onup>90100</onup>
  1543. <ondown>90100</ondown>
  1544. <onright>9000</onright>
  1545. <pagecontrol />
  1546. <scrolltime tween="quadratic" easing="out">300</scrolltime>
  1547. <orientation>vertical</orientation>
  1548. <itemlayout height="60" width="190">
  1549. <control type="label">
  1550. <left>5</left>
  1551. <width>185</width>
  1552. <height>60</height>
  1553. <font>Font-SubMenu</font>
  1554. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1555. <label>$INFO[ListItem.Label]</label>
  1556. </control>
  1557. </itemlayout>
  1558. <focusedlayout height="60" width="190">
  1559. <control type="image">
  1560. <width>190</width>
  1561. <height>60</height>
  1562. <texture colordiffuse="$VAR[HighlightColor]">common/white.png</texture>
  1563. </control>
  1564. <control type="label">
  1565. <left>5</left>
  1566. <width>185</width>
  1567. <height>60</height>
  1568. <font>Font-SubMenu</font>
  1569. <textcolor>$VAR[Defs_HomeTextColor]</textcolor>
  1570. <label>$INFO[ListItem.Label]</label>
  1571. </control>
  1572. </focusedlayout>
  1573. <content>
  1574. <include>skinshortcuts-submenu</include>
  1575. </content>
  1576. </control>
  1577. </control>
  1578. </include>
  1579. <include name="SubmenuMouseButton">
  1580. <control type="button" id="99100">
  1581. <top>145</top>
  1582. <height>87</height>
  1583. <width>100%</width>
  1584. <texturefocus />
  1585. <texturenofocus />
  1586. <label />
  1587. <font />
  1588. </control>
  1589. </include>
  1590. <!-- Home Widget -->
  1591. <include name="Home_Widget_Control_NoPersist">
  1592. <control type="wraplist" id="9001">
  1593. <orientation>horizontal</orientation>
  1594. <width>100%</width>
  1595. <top>top</top>
  1596. <height>height</height>
  1597. <onfocus>SetProperty(FO9001,1,home)</onfocus>
  1598. <onfocus>ClearProperty(submenumouse,home)</onfocus>
  1599. <onunfocus>ClearProperty(FO9001,home)</onunfocus>
  1600. <onunfocus>ClearProperty(submenumouse,home)</onunfocus>
  1601. <onup>ClearProperty(FO9001,home)</onup>
  1602. <ondown>ClearProperty(FO9001,home)</ondown>
  1603. <onback>ClearProperty(FO9001,home)</onback>
  1604. <onback>9000</onback>
  1605. <ondown>9000</ondown>
  1606. <onup>9000</onup>
  1607. <oninfo condition="String.IsEmpty(Container(9001).ListItem.TvShowTitle) + String.IsEmpty(Container(9001).ListItem.Artist)">RunScript(script.extendedinfo,info=extendedinfo,name=$INFO[Container(9001).ListItem.Title],imdb_id=$INFO[Container(9001).ListItem.IMDBNumber])</oninfo>
  1608. <oninfo condition="!String.IsEmpty(Container(9001).ListItem.TvShowTitle)">RunScript(script.extendedinfo,info=extendedtvinfo,name=$INFO[Container(9001).ListItem.TvShowTitle],imdb_id=$INFO[Container(9001).ListItem.IMDBNumber])</oninfo>
  1609. <autoscroll time="8000">![Control.HasFocus(9001) | Control.HasFocus(9101)]</autoscroll>
  1610. <scrolltime tween="sine" easing="out">240</scrolltime>
  1611. <itemlayout />
  1612. <focusedlayout width="1920" height="1080" />
  1613. <content target="$VAR[Defs_HomeWidget_Target]">$VAR[Defs_HomeWidget_Content]</content>
  1614. </control>
  1615. </include>
  1616. <include name="Home_Widget_Control">
  1617. <include condition="!Skin.HasSetting(widgets.persistent)">Home_Widget_Control_NoPersist</include>
  1618. <include condition="Skin.HasSetting(widgets.persistent) + [String.IsEmpty(Container(9000).ListItem.Property(ParentalControl)) | String.Contains(Container(9000).ListItem.Property(ParentalControl),no)] | String.IsEqual(Skin.String(mypassword),Skin.String(passcode))">skinshortcuts-template-widget</include>
  1619. <control type="button" id="9101">
  1620. <width>100%</width>
  1621. <top>top</top>
  1622. <height>height</height>
  1623. <onfocus>SetProperty(FO9001,1,home)</onfocus>
  1624. <onunfocus>ClearProperty(FO9001,home)</onunfocus>
  1625. <onup>ClearProperty(FO9001,home)</onup>
  1626. <ondown>ClearProperty(FO9001,home)</ondown>
  1627. <onback>ClearProperty(FO9001,home)</onback>
  1628. <onback>9000</onback>
  1629. <ondown>9000</ondown>
  1630. <onup>9000</onup>
  1631. <onclick>PlayMedia($INFO[Container(9001).ListItem.FileNameAndPath])</onclick>
  1632. <visible>Integer.IsGreater(Container(9001).NumItems,0)</visible>
  1633. <hitrect x="0" y="0" w="150" h="340" />
  1634. </control>
  1635. </include>
  1636. <include name="Home_Widget_DiscArt">
  1637. <control type="image">
  1638. <left>625</left>
  1639. <top>side</top>
  1640. <width>300</width>
  1641. <height>300</height>
  1642. <aspectratio>keep</aspectratio>
  1643. <animation type="VisibleChange">
  1644. <effect type="slide" start="-300" end="0" time="300" />
  1645. <effect type="rotate" start="120" end="0" time="300" center="auto"/>
  1646. </animation>
  1647. <fadetime>300</fadetime>
  1648. <visible>!String.IsEmpty(Container(9001).ListItem.Art(discart)) + !Skin.String(WidgetStyle, roundedwidget) + !Skin.String(WidgetStyle, squaredwidget)</visible>
  1649. <visible>String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) | Skin.String(WidgetStyle, beveledwidget)</visible>
  1650. <texture background="true">$INFO[Container(9001).ListItem.Art(discart)]</texture>
  1651. </control>
  1652. <control type="image">
  1653. <left>650</left>
  1654. <top>side</top>
  1655. <width>300</width>
  1656. <height>300</height>
  1657. <aspectratio>keep</aspectratio>
  1658. <animation type="VisibleChange">
  1659. <effect type="slide" start="-300" end="0" time="300" />
  1660. <effect type="rotate" start="120" end="0" time="300" center="auto"/>
  1661. </animation>
  1662. <fadetime>300</fadetime>
  1663. <visible>!String.IsEmpty(Container(9001).ListItem.Art(discart)) + !Skin.String(WidgetStyle, beveledwidget)</visible>
  1664. <visible>String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) | Skin.String(WidgetStyle, roundedwidget) | Skin.String(WidgetStyle, squaredwidget)</visible>
  1665. <texture background="true">$INFO[Container(9001).ListItem.Art(discart)]</texture>
  1666. </control>
  1667. </include>
  1668.  
  1669. <include name="Home_Widget_Left">
  1670. <include>Animation_Left</include>
  1671. <visible>Integer.IsGreater(Container(9001).NumItems,0)</visible>
  1672. <visible>![!String.IsEmpty(Container(9002).ListItem.Property(Background)) + !String.IsEmpty(Window(home).Property(submenumouse))]</visible>
  1673. <include condition="Skin.HasSetting(home.showdiscart) + !String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + !String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153])">Home_Widget_DiscArt</include>
  1674. <animation effect="slide" end="80" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1675. <control type="image">
  1676. <posx>0</posx>
  1677. <width>800</width>
  1678. <height>340</height>
  1679. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent) + [!String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + !String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) + ![!String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166])] | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + ![Control.HasFocus(9001) | Control.HasFocus(9101)]]]">Conditional</animation>
  1680. <texture align="left" border="150" colordiffuse="$VAR[Widget_PrimaryColor]">common/half-tile2.png</texture>
  1681. <visible>String.IsEmpty(Skin.String(WidgetStyle)) | Skin.String(WidgetStyle, beveledwidget)</visible>
  1682. </control>
  1683. <control type="image">
  1684. <posx>0</posx>
  1685. <width>800</width>
  1686. <height>340</height>
  1687. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent) + [!String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + !String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) + ![!String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166])] | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + ![Control.HasFocus(9001) | Control.HasFocus(9101)]]]">Conditional</animation>
  1688. <texture align="left" border="150" colordiffuse="$VAR[Widget_PrimaryColor]">common/half-tile_rounded2.png</texture>
  1689. <visible>Skin.String(WidgetStyle, roundedwidget)</visible>
  1690. </control>
  1691. <control type="image">
  1692. <posx>0</posx>
  1693. <width>800</width>
  1694. <height>340</height>
  1695. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent) + [!String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + !String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) + ![!String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166])] | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) + ![Control.HasFocus(9001) | Control.HasFocus(9101)]]]">Conditional</animation>
  1696. <texture align="left" border="150" colordiffuse="$VAR[Widget_PrimaryColor]">common/half-tile_square.png</texture>
  1697. <visible>Skin.String(WidgetStyle, squaredwidget)</visible>
  1698. </control>
  1699. <control type="image">
  1700. <top>5</top>
  1701. <left>600</left>
  1702. <height>70</height>
  1703. <width>181</width>
  1704. <texture>$VAR[ClearLogoTop]</texture>
  1705. <visible>Skin.HasSetting(home.showclearlogo)</visible>
  1706. </control>
  1707. <control type="image">
  1708. <posx>710</posx>
  1709. <posy>273</posy>
  1710. <height>40</height>
  1711. <width>40</width>
  1712. <aligny>center</aligny>
  1713. <texture colordiffuse="ffffffff">$VAR[Image_Indicator_Back_9001]</texture>
  1714. <visible>Skin.HasSetting(home.showindicators)</visible>
  1715. </control>
  1716. <control type="image">
  1717. <posx>710</posx>
  1718. <posy>273</posy>
  1719. <height>40</height>
  1720. <width>40</width>
  1721. <aligny>center</aligny>
  1722. <texture colordiffuse="$VAR[HighlightColor2]">$VAR[Image_Indicator_9001]</texture>
  1723. <visible>Skin.HasSetting(home.showindicators)</visible>
  1724. </control>
  1725. <control type="grouplist">
  1726. <posx>24</posx>
  1727. <posy>20</posy>
  1728. <width>680</width>
  1729. <orientation>vertical</orientation>
  1730. <control type="label">
  1731. <width>520</width>
  1732. <scroll>yes</scroll>
  1733. <label>$VAR[Label_HomeWidget]</label>
  1734. <aligny>top</aligny>
  1735. <height>35</height>
  1736. <animation effect="fade" start="100" end="70" condition="true">Conditional</animation>
  1737. <textcolor>HomeBarFG</textcolor>
  1738. <visible>Skin.HasSetting(home.showclearlogo)</visible>
  1739. </control>
  1740. <control type="label">
  1741. <label>$VAR[Label_HomeWidget]</label>
  1742. <aligny>top</aligny>
  1743. <height>35</height>
  1744. <animation effect="fade" start="100" end="70" condition="true">Conditional</animation>
  1745. <textcolor>HomeBarFG</textcolor>
  1746. <visible>!Skin.HasSetting(home.showclearlogo)</visible>
  1747. </control>
  1748. <control type="label">
  1749. <scroll>yes</scroll>
  1750. <label>$VAR[Label_HomeWidget_Label]</label>
  1751. <aligny>top</aligny>
  1752. <font>Font-WidgetInfoTitle</font>
  1753. <height>70</height>
  1754. <textcolor>$VAR[HighlightColor2]</textcolor>
  1755. </control>
  1756. <control type="textbox">
  1757. <label>$VAR[Label_HomeWidget_Plot]</label>
  1758. <aligny>top</aligny>
  1759. <align>left</align>
  1760. <height>120</height>
  1761. <animation effect="fade" start="100" end="70" condition="true">Conditional</animation>
  1762. <textcolor>HomeBarFG</textcolor>
  1763. <font>Font-ListInfo</font>
  1764. </control>
  1765. <control type="label">
  1766. <width>620</width>
  1767. <scroll>yes</scroll>
  1768. <label>$VAR[Label_HomeWidget_Info]</label>
  1769. <aligny>center</aligny>
  1770. <animation effect="fade" start="100" end="70" condition="true">Conditional</animation>
  1771. <font>Font-ListInfo-Small</font>
  1772. <height>65</height>
  1773. <textcolor>HomeBarFG</textcolor>
  1774. </control>
  1775. </control>
  1776. </include>
  1777. <include name="Home_Widget_Right">
  1778. <include>Animation_Right</include>
  1779. <visible>Integer.IsGreater(Container(9001).NumItems,0)</visible>
  1780. <visible>![!String.IsEmpty(Container(9002).ListItem.Property(Background)) + !String.IsEmpty(Window(home).Property(submenumouse))]</visible>
  1781. <animation effect="slide" end="80" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1782. <control type="image">
  1783. <posx>750</posx>
  1784. <width>2000</width>
  1785. <height>340</height>
  1786. <texture colordiffuse="$VAR[Widget_SecondaryColor]" border="150">common/half-tile.png</texture>
  1787. <!--<animation effect="fade" start="100" end="80" condition="true">Conditional</animation>-->
  1788. <visible>String.IsEmpty(Skin.String(WidgetStyle)) | Skin.String(WidgetStyle, beveledwidget)</visible>
  1789. </control>
  1790. <control type="image">
  1791. <posx>792</posx>
  1792. <width>240</width>
  1793. <height>340</height>
  1794. <texture colordiffuse="$VAR[Widget_SecondaryColor]" border="150">common/half-tile_rounded.png</texture>
  1795. <!--<animation effect="fade" start="100" end="80" condition="true">Conditional</animation>-->
  1796. <visible>Skin.String(WidgetStyle, roundedwidget)</visible>
  1797. </control>
  1798. <control type="image">
  1799. <posx>800</posx>
  1800. <width>2000</width>
  1801. <height>340</height>
  1802. <texture colordiffuse="$VAR[Widget_SecondaryColor]" border="150">common/half-tile_square.png</texture>
  1803. <!--<animation effect="fade" start="100" end="80" condition="true">Conditional</animation>-->
  1804. <visible>Skin.String(WidgetStyle, squaredwidget)</visible>
  1805. </control>
  1806. <control type="grouplist">
  1807. <visible>!Container(9001).IsUpdating</visible>
  1808. <visible>![String.IsEqual(Container(9000).ListItem.Property(widget),Weather) | [String.IsEmpty(Container(9000).ListItem.Property(widget)) + String.IsEqual(Skin.String(home.fallbackwidget),Weather)]] | String.IsEmpty(Skin.String(weather.fanart.path))</visible>
  1809. <include>Animation_FadeIn</include>
  1810. <include>Animation_FadeOut</include>
  1811.  
  1812. <posx>800</posx>
  1813. <width>2000</width>
  1814. <top>pad</top>
  1815. <height>360</height>
  1816. <orientation>horizontal</orientation>
  1817. <itemgap>0</itemgap>
  1818. <include content="Object_HomeWidgetPosterFocus">
  1819. <param name="id" value="0" />
  1820. <param name="focuseditem" value="true" />
  1821. </include>
  1822. </control>
  1823. <control type="grouplist">
  1824. <left>850</left>
  1825. <right>0</right>
  1826. <orientation>horizontal</orientation>
  1827. <height>340</height>
  1828. <itemgap>70</itemgap>
  1829. <visible>!Container(9001).IsUpdating</visible>
  1830. <include>Animation_FadeIn</include>
  1831. <include>Animation_FadeOut</include>
  1832. <visible>[String.IsEqual(Container(9000).ListItem.Property(widget),Weather) | [String.IsEmpty(Container(9000).ListItem.Property(widget)) + String.IsEqual(Skin.String(home.fallbackwidget),Weather)]] + !String.IsEmpty(Skin.String(weather.fanart.path))</visible>
  1833. <include content="Object_WeatherOutlook">
  1834. <param name="day" value="Day0" />
  1835. <param name="dayname" value="$LOCALIZE[33006]" />
  1836. </include>
  1837. <include content="Object_WeatherOutlook">
  1838. <param name="day" value="Day1" />
  1839. <param name="dayname" value="$INFO[Window(weather).Property(Day1.Title)]" />
  1840. </include>
  1841. <include content="Object_WeatherOutlook">
  1842. <param name="day" value="Day2" />
  1843. <param name="dayname" value="$INFO[Window(weather).Property(Day2.Title)]" />
  1844. </include>
  1845. <include content="Object_WeatherOutlook">
  1846. <param name="day" value="Day3" />
  1847. <param name="dayname" value="$INFO[Window(weather).Property(Day3.Title)]" />
  1848. </include>
  1849. </control>
  1850. </include>
  1851. <include name="Home_Widget">
  1852. <control type="group">
  1853. <posy>400</posy>
  1854. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, textonly)">Conditional</animation>
  1855. <animation effect="slide" end="160" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1856. <animation effect="slide" end="0,280" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1857. <visible>[[Control.HasFocus(9001) | Control.HasFocus(9101)] + [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31154])]]] | String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31153])]</visible>
  1858. <include>Home_Widget_Right</include>
  1859. <visible>!Player.HasVideo | [Player.HasVideo + !Skin.HasSetting(background.showvideo)]</visible>
  1860. </control>
  1861. <control type="group">
  1862. <posy>400</posy>
  1863. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, textonly)">Conditional</animation>
  1864. <animation effect="slide" end="160" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1865. <animation effect="slide" end="0,280" condition="Skin.String(HomeStyle, vertical)">Conditional</animation>
  1866. <include>Home_Widget_Left</include>
  1867. <visible>!Player.HasVideo | [Player.HasVideo + !Skin.HasSetting(background.showvideo)]</visible>
  1868. </control>
  1869. </include>
  1870. <include name="Home_Widget_Hidden">
  1871. <control type="group">
  1872. <posy>666</posy>
  1873. <!-- <animation effect="slide" start="0" end="0,-266" time="0" condition="![Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation> -->
  1874. <visible>[Control.HasFocus(9001) | Control.HasFocus(9101)] + [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31154])]] | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31153])]</visible>
  1875. <include>Home_Widget_Right</include>
  1876. <visible>!Player.HasVideo | [Player.HasVideo + !Skin.HasSetting(background.showvideo)]</visible>
  1877. </control>
  1878. <control type="group">
  1879. <posy>666</posy>
  1880. <!-- <animation effect="slide" start="0" end="0,-266" time="0" condition="![Control.HasFocus(9001) | Control.HasFocus(9101)]">Conditional</animation> -->
  1881. <visible>[Control.HasFocus(9001) | Control.HasFocus(9101)] + [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154]) | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31154])]] | [String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166]) + String.IsEqual(Container(9000).ListItem.Property(PosterWidget),$LOCALIZE[31153])] | [Control.HasFocus(9001) | Control.HasFocus(9101)] + [Skin.HasSetting(home.hidewidgetbox) + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31155])]</visible>
  1882. <include>Home_Widget_Left</include>
  1883. <visible>!Player.HasVideo | [Player.HasVideo + !Skin.HasSetting(background.showvideo)]</visible>
  1884. </control>
  1885. </include>
  1886.  
  1887. <!-- Now Playing -->
  1888. <include name="Home_NowPlaying">
  1889. <control type="group">
  1890. <animation effect="slide" end="0,160" condition="Skin.String(HomeStyle, textonly)">Conditional</animation>
  1891. <animation effect="slide" end="240,270" start="0" time="0" reversible="false" condition="String.IsEqual(Skin.String(HomeStyle),vertical)">Conditional</animation>
  1892. <control type="group">
  1893. <visible>Window.IsVisible(home)</visible>
  1894. <!-- <visible>![Control.HasFocus(9001) | Control.HasFocus(9101)]</visible> -->
  1895. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1896. <visible>!Window.IsActive(DialogExtendedProgressBar.xml)</visible>
  1897. <visible>!Player.HasMedia</visible>
  1898. <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  1899. <visible>!Skin.String(HomeStyle, textintile)</visible>
  1900. <animation effect="slide" end="0,-266" condition="true">Conditional</animation>
  1901. <animation effect="slide" start="-1200" end="0" time="250">VisibleChange</animation>
  1902. <control type="image">
  1903. <left>0</left>
  1904. <posy>64r</posy>
  1905. <width>1100</width>
  1906. <height>64</height>
  1907. <texture align="left" flipy="true" flipx="false" border="32,0,32,64" colordiffuse="$VAR[HomeBar_Color]">common/header.png</texture>
  1908. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  1909. </control>
  1910. <control type="image">
  1911. <left>16</left>
  1912. <posy>48r</posy>
  1913. <width>32</width>
  1914. <height>32</height>
  1915. <texture colordiffuse="LineLabel">$VAR[Image_RSS_Icon]</texture>
  1916. </control>
  1917. </control>
  1918. <control type="group">
  1919. <visible>Window.IsVisible(home)</visible>
  1920. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1921. <visible>!Window.IsActive(DialogExtendedProgressBar.xml)</visible>
  1922. <visible>Player.HasMedia</visible>
  1923. <animation effect="slide" end="0,-266" condition="true">Conditional</animation>
  1924. <animation effect="slide" start="-1200" end="0" time="250">VisibleChange</animation>
  1925. <control type="image">
  1926. <left>0</left>
  1927. <posy>64r</posy>
  1928. <width>1100</width>
  1929. <height>64</height>
  1930. <texture align="left" flipy="true" flipx="false" border="32,0,32,64" colordiffuse="$VAR[HomeBar_Color]">common/header.png</texture>
  1931. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  1932. </control>
  1933.  
  1934. <!-- Player Controls -->
  1935. <control type="grouplist" id="9005">
  1936. <onup condition="Integer.IsGreater(Container(9001).NumItems,0) + ![String.Contains(Container(9000).ListItem.Property(ParentalControl),yes) + !String.IsEqual(Skin.String(mypassword),Skin.String(passcode))]">9001</onup>
  1937. <ondown>9000</ondown>
  1938. <visible allowhiddenfocus="true">ControlGroup(9005).HasFocus()</visible>
  1939. <orientation>horizontal</orientation>
  1940. <itemgap>8</itemgap>
  1941. <bottom>16</bottom>
  1942. <left>16</left>
  1943. <width>1020</width>
  1944. <height>32</height>
  1945. <control type="button" id="12">
  1946. <description>Skip Back</description>
  1947. <width>32</width>
  1948. <height>32</height>
  1949. <label></label>
  1950. <font>noop</font>
  1951. <texturefocus colordiffuse="$VAR[HighlightColor]" flipx="true">osd/next.png</texturefocus>
  1952. <texturenofocus colordiffuse="LineLabel" flipx="true">osd/next.png</texturenofocus>
  1953. <onclick>PlayerControl(Previous)</onclick>
  1954. </control>
  1955.  
  1956. <control type="button" id="13">
  1957. <description>Rewind</description>
  1958. <width>32</width>
  1959. <height>32</height>
  1960. <label></label>
  1961. <font>noop</font>
  1962. <texturefocus colordiffuse="$VAR[HighlightColor]" flipx="true">osd/ff.png</texturefocus>
  1963. <texturenofocus colordiffuse="LineLabel" flipx="true">osd/ff.png</texturenofocus>
  1964. <onclick>PlayerControl(Rewind)</onclick>
  1965. </control>
  1966.  
  1967. <control type="togglebutton" id="14">
  1968. <description>Play/Pause</description>
  1969. <width>32</width>
  1970. <height>32</height>
  1971. <label></label>
  1972. <altlabel></altlabel>
  1973. <font>noop</font>
  1974. <texturefocus colordiffuse="$VAR[HighlightColor]">osd/pause.png</texturefocus>
  1975. <texturenofocus colordiffuse="LineLabel">osd/pause.png</texturenofocus>
  1976. <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  1977. <alttexturefocus colordiffuse="$VAR[HighlightColor]">osd/play.png</alttexturefocus>
  1978. <alttexturenofocus colordiffuse="LineLabel">osd/play.png</alttexturenofocus>
  1979. <onclick>PlayerControl(Play)</onclick>
  1980. </control>
  1981.  
  1982. <control type="button" id="15">
  1983. <description>Stop</description>
  1984. <width>32</width>
  1985. <height>32</height>
  1986. <label></label>
  1987. <font>noop</font>
  1988. <texturefocus colordiffuse="$VAR[HighlightColor]">osd/stop.png</texturefocus>
  1989. <texturenofocus colordiffuse="LineLabel">osd/stop.png</texturenofocus>
  1990. <onclick>PlayerControl(Stop)</onclick>
  1991. </control>
  1992.  
  1993. <control type="button" id="16">
  1994. <description>Fast Forward</description>
  1995. <width>32</width>
  1996. <height>32</height>
  1997. <label></label>
  1998. <font>noop</font>
  1999. <texturefocus colordiffuse="$VAR[HighlightColor]">osd/ff.png</texturefocus>
  2000. <texturenofocus colordiffuse="LineLabel">osd/ff.png</texturenofocus>
  2001. <onclick>PlayerControl(Forward)</onclick>
  2002. </control>
  2003.  
  2004. <control type="button" id="17">
  2005. <description>Next</description>
  2006. <width>32</width>
  2007. <height>32</height>
  2008. <label></label>
  2009. <font>noop</font>
  2010. <texturefocus colordiffuse="$VAR[HighlightColor]">osd/next.png</texturefocus>
  2011. <texturenofocus colordiffuse="LineLabel">osd/next.png</texturenofocus>
  2012. <onclick>PlayerControl(Next)</onclick>
  2013. </control>
  2014. </control>
  2015. <control type="grouplist">
  2016. <visible>ControlGroup(9005).HasFocus()</visible>
  2017. <orientation>horizontal</orientation>
  2018. <itemgap>8</itemgap>
  2019. <bottom>16</bottom>
  2020. <left>256</left>
  2021. <width>820</width>
  2022. <height>32</height>
  2023. <control type="label">
  2024. <height>100%</height>
  2025. <width max="580">auto</width>
  2026. <font>Font-ListInfo-Small-Bold</font>
  2027. <textcolor>LineLabel</textcolor>
  2028. <label> [COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Artist][/COLOR] $INFO[MusicPlayer.Title]</label>
  2029. <visible>Player.HasAudio</visible>
  2030. </control>
  2031. <control type="label">
  2032. <height>100%</height>
  2033. <width max="580">auto</width>
  2034. <font>Font-ListInfo-Small-Bold</font>
  2035. <textcolor>LineLabel</textcolor>
  2036. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.Title][/COLOR]</label>
  2037. <visible>Player.HasVideo + !VideoPlayer.Content(LiveTV) + String.IsEmpty(VideoPlayer.TvShowTitle)</visible>
  2038. </control>
  2039. <control type="label">
  2040. <height>100%</height>
  2041. <width max="580">auto</width>
  2042. <font>Font-ListInfo-Small-Bold</font>
  2043. <textcolor>LineLabel</textcolor>
  2044. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.TvShowTitle][/COLOR] $INFO[VideoPlayer.Title]</label>
  2045. <visible>Player.HasVideo + !VideoPlayer.Content(LiveTV) + !String.IsEmpty(VideoPlayer.TvShowTitle)</visible>
  2046. </control>
  2047. <control type="label">
  2048. <height>100%</height>
  2049. <width max="580">auto</width>
  2050. <font>Font-ListInfo-Small-Bold</font>
  2051. <textcolor>LineLabel</textcolor>
  2052. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.ChannelName][/COLOR] $INFO[VideoPlayer.Title]</label>
  2053. <visible>Player.HasVideo + VideoPlayer.Content(LiveTV)</visible>
  2054. </control>
  2055. <control type="label">
  2056. <height>100%</height>
  2057. <width max="320">auto</width>
  2058. <font>Font-ListInfo-Small-Bold</font>
  2059. <textcolor>LineLabel</textcolor>
  2060. <label> • $INFO[Player.Time] / $INFO[Player.Duration]</label>
  2061. </control>
  2062. </control>
  2063.  
  2064. <!-- Now Playing -->
  2065. <control type="image">
  2066. <left>16</left>
  2067. <posy>48r</posy>
  2068. <width>32</width>
  2069. <height>32</height>
  2070. <texture colordiffuse="LineLabel">$VAR[Image_RSS_Icon]</texture>
  2071. <visible>!ControlGroup(9005).HasFocus()</visible>
  2072. </control>
  2073. <control type="grouplist">
  2074. <visible>!ControlGroup(9005).HasFocus()</visible>
  2075. <orientation>horizontal</orientation>
  2076. <itemgap>0</itemgap>
  2077. <bottom>16</bottom>
  2078. <left>48</left>
  2079. <width>1020</width>
  2080. <height>32</height>
  2081. <control type="label">
  2082. <height>100%</height>
  2083. <width max="820">auto</width>
  2084. <font>Font-ListInfo-Small-Bold</font>
  2085. <textcolor>LineLabel</textcolor>
  2086. <label> [COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Artist][/COLOR] $INFO[MusicPlayer.Title]</label>
  2087. <visible>Player.HasAudio</visible>
  2088. </control>
  2089. <control type="label">
  2090. <height>100%</height>
  2091. <width max="820">auto</width>
  2092. <font>Font-ListInfo-Small-Bold</font>
  2093. <textcolor>LineLabel</textcolor>
  2094. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.Title][/COLOR]</label>
  2095. <visible>Player.HasVideo + !VideoPlayer.Content(LiveTV) + String.IsEmpty(VideoPlayer.TvShowTitle)</visible>
  2096. </control>
  2097. <control type="label">
  2098. <height>100%</height>
  2099. <width max="820">auto</width>
  2100. <font>Font-ListInfo-Small-Bold</font>
  2101. <textcolor>LineLabel</textcolor>
  2102. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.TvShowTitle][/COLOR]$INFO[VideoPlayer.Season, • ,x]$INFO[VideoPlayer.Episode,,. ]$INFO[VideoPlayer.Title]</label>
  2103. <visible>Player.HasVideo + !VideoPlayer.Content(LiveTV) + !String.IsEmpty(VideoPlayer.TvShowTitle)</visible>
  2104. </control>
  2105. <control type="label">
  2106. <height>100%</height>
  2107. <width max="820">auto</width>
  2108. <font>Font-ListInfo-Small-Bold</font>
  2109. <textcolor>LineLabel</textcolor>
  2110. <label> [COLOR=$VAR[HighlightColor2]]$INFO[VideoPlayer.ChannelName][/COLOR] $INFO[VideoPlayer.Title]</label>
  2111. <visible>Player.HasVideo + VideoPlayer.Content(LiveTV)</visible>
  2112. </control>
  2113. <control type="label">
  2114. <height>100%</height>
  2115. <width max="320">auto</width>
  2116. <font>Font-ListInfo-Small-Bold</font>
  2117. <textcolor>LineLabel</textcolor>
  2118. <label> • $INFO[Player.Time] / $INFO[Player.Duration]</label>
  2119. </control>
  2120. </control>
  2121. </control>
  2122. <control type="group">
  2123. <bottom>266</bottom>
  2124. <visible>Window.IsActive(DialogNotification.xml)</visible>
  2125. <visible>!Window.IsVisible(weather)</visible>
  2126. <animation effect="slide" start="-1200" end="0" time="250">VisibleChange</animation>
  2127. <animation effect="slide" end="226,266" start="0" time="0" reversible="false" condition="String.IsEqual(Skin.String(HomeStyle),vertical)">Conditional</animation>
  2128. <control type="image">
  2129. <left>0</left>
  2130. <posy>64r</posy>
  2131. <width>1100</width>
  2132. <height>64</height>
  2133. <texture align="left" flipy="true" flipx="false" border="32,0,32,64" colordiffuse="$VAR[HomeBar_Color]">common/header.png</texture>
  2134. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  2135. </control>
  2136. </control>
  2137. <control type="group">
  2138. <bottom>266</bottom>
  2139. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  2140. <visible>!Window.IsVisible(weather)</visible>
  2141. <visible>Window.IsActive(DialogExtendedProgressBar.xml)</visible>
  2142. <animation effect="slide" start="-1200" end="0" time="250">VisibleChange</animation>
  2143. <control type="image">
  2144. <left>0</left>
  2145. <posy>64r</posy>
  2146. <width>1100</width>
  2147. <height>64</height>
  2148. <texture align="left" flipy="true" flipx="false" border="32,0,32,64" colordiffuse="$VAR[HomeBar_Color]">common/header.png</texture>
  2149. <animation effect="fade" start="100" end="90" time="200" condition="Skin.HasSetting(home.transparent)">Conditional</animation>
  2150. </control>
  2151. </control>
  2152. </control>
  2153. </include>
  2154. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement