Advertisement
Guest User

View_499_Wall_Large.xml

a guest
Jun 16th, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3. <!-- Video Icons2 -->
  4. <include name="Wall_Large">
  5. <control type="group">
  6. <visible>Control.IsVisible(499) + !Window.IsActive(addoninformation)</visible>
  7. <include>ViewAnimation</include>
  8. <posy>-65</posy>
  9. <control type="image">
  10. <description>background image</description>
  11. <posx>130</posx>
  12. <posy>1137</posy>
  13. <width>1725</width>
  14. <height>918</height>
  15. <texture border="40">panel_reflect.png</texture>
  16. </control>
  17. <control type="image">
  18. <description>background image</description>
  19. <posx>97.5</posx>
  20. <posy>138</posy>
  21. <width>1725</width>
  22. <height>918</height>
  23. <texture border="40">listpanel_back.png</texture>
  24. </control>
  25. <control type="panel" id="499">
  26. <posx>127</posx>
  27. <posy>170</posy>
  28. <width>1665</width>
  29. <height>855</height>
  30. <onright condition="Control.IsVisible(60)">60</onright>
  31. <onright condition="!Control.IsVisible(60)">SetProperty(MediaMenu,True,home)</onright>
  32. <onright condition="!Control.IsVisible(60)">SetFocus(9050)</onright>
  33. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  34. <onleft>SetFocus(9050)</onleft>
  35. <onup>499</onup>
  36. <ondown>499</ondown>
  37. <pagecontrol>60</pagecontrol>
  38. <preloaditems>2</preloaditems>
  39. <viewtype label="Small Icons">icons</viewtype>
  40. <scrolltime tween="quadratic" easing="out">300</scrolltime>
  41. <visible>Container.Content(tvshows) | Container.Content(movies)</visible>
  42. <itemlayout height="285" width="185">
  43. <control type="image">
  44. <width>185</width>
  45. <height>285</height>
  46. <aspectratio>stretch</aspectratio>
  47. <texture background="true">$VAR[PosterThumb]</texture>
  48. <fadetime>400</fadetime>
  49. <bordertexture border="2">thumbs/panel_border3.png</bordertexture>
  50. <bordersize>2</bordersize>
  51. <colordiffuse>BAffffff</colordiffuse>
  52. </control>
  53. <control type="image">
  54. <posx>105</posx>
  55. <posy>0</posy>
  56. <width>80</width>
  57. <height>80</height>
  58. <texture>$VAR[OverlayVar]</texture>
  59. <aspectratio align="center" aligny="top">keep</aspectratio>
  60. <bordersize>1</bordersize>
  61. </control>
  62. <control type="group">
  63. <posx>8</posx>
  64. <posy>8</posy>
  65. <include condition="Skin.HasSetting(Disable.UnwatchedIcon)">UnwatchedIcon</include>
  66. </control>
  67. </itemlayout>
  68. <focusedlayout height="285" width="185">
  69. <control type="group">
  70. <animation type="Focus">
  71. <effect type="zoom" start="95" end="115" time="200" tween="sine" easing="inout" center="auto" />
  72. <effect type="fade" start="80" end="100" time="200" tween="sine" easing="in" />
  73. </animation>
  74. <control type="image">
  75. <width>185</width>
  76. <height>285</height>
  77. <aspectratio>stretch</aspectratio>
  78. <texture background="true">$VAR[PosterThumb]</texture>
  79. <fadetime>400</fadetime>
  80. <bordertexture border="8">thumbs/thumbnail_focused.png</bordertexture>
  81. <bordersize>8</bordersize>
  82. </control>
  83. <control type="image">
  84. <posx>105</posx>
  85. <posy>5</posy>
  86. <width>80</width>
  87. <height>80</height>
  88. <texture>$VAR[OverlayVar]</texture>
  89. <aspectratio align="center" aligny="top">keep</aspectratio>
  90. <bordersize>2</bordersize>
  91. </control>
  92. <control type="group">
  93. <posx>8</posx>
  94. <posy>8</posy>
  95. <include condition="Skin.HasSetting(Disable.UnwatchedIcon)">UnwatchedIcon</include>
  96. </control>
  97. </control>
  98. </focusedlayout>
  99. </control>
  100. <control type="scrollbar" id="60">
  101. <posx>1789.5</posx>
  102. <posy>230</posy>
  103. <width>15</width>
  104. <height>800</height>
  105. <onleft>50</onleft>
  106. <onright>SetProperty(MediaMenu,True,home)</onright>
  107. <onright>SetFocus(9050)</onright>
  108. <ondown>60</ondown>
  109. <onup>60</onup>
  110. <showonepage>false</showonepage>
  111. <texturesliderbackground>-</texturesliderbackground>
  112. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  113. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  114. <animation effect="fade" start="100" end="0" time="500" delay="500" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
  115. </control>
  116. </control>
  117. </include>
  118.  
  119. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement