Advertisement
Guest User

Untitled

a guest
Apr 21st, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <defaultcontrol>50</defaultcontrol>
  4.     <onload>SetProperty(Window.HasSettings,True,home)</onload>
  5.     <onload>ClearProperty(MediaMenu,Home)</onload>
  6.     <onunload>ClearProperty(Window.HasSettings,Home)</onunload>
  7.     <menucontrol>9051</menucontrol>
  8.     <controls>
  9.         <include>CommonBackground</include>
  10.         <control type="group">
  11.             <description>Recordings group</description>
  12.             <visible>Control.IsVisible(50)</visible>
  13.             <animation effect="slide" tween="cubic" time="720" start="0,1080" end="0,0">WindowOpen</animation>
  14.             <animation effect="slide" tween="cubic" time="720" end="0,1080" start="0,0">WindowClose</animation>
  15.             <include>ViewAnimation</include>
  16.             <left>100</left>
  17.             <top>-40</top>
  18.             <control type="image">
  19.                 <description>background image</description>
  20.                 <left>-32</left>
  21.                 <top>1020</top>
  22.                 <width>1204</width>
  23.                 <height>904</height>
  24.                 <texture border="40">panel_reflect.png</texture>
  25.             </control>
  26.             <control type="image">
  27.                 <description>background image</description>
  28.                 <left>-32</left>
  29.                 <top>148</top>
  30.                 <width>1204</width>
  31.                 <height>904</height>
  32.                 <texture border="40">listpanel_back.png</texture>
  33.             </control>
  34.             <control type="list" id="50">
  35.                 <left>0</left>
  36.                 <top>180</top>
  37.                 <width>1140</width>
  38.                 <height>840</height>
  39.                 <onleft>SetProperty(MediaMenu,True,home)</onleft>
  40.                 <onleft>SetFocus(9050)</onleft>
  41.                 <onright>72</onright>
  42.                 <onup>50</onup>
  43.                 <ondown>50</ondown>
  44.                 <viewtype label="535">list</viewtype>
  45.                 <pagecontrol>72</pagecontrol>
  46.                 <scrolltime tween="quadratic">200</scrolltime>
  47.                 <itemlayout height="60" width="1140">
  48.                     <control type="image">
  49.                         <top>32</top>
  50.                         <width>1140</width>
  51.                         <height>30</height>
  52.                         <texture border="1">separator2.png</texture>
  53.                     </control>
  54.                     <control type="image">
  55.                         <left>15</left>
  56.                         <top>8</top>
  57.                         <width>105</width>
  58.                         <height>52</height>
  59.                         <aspectratio>keep</aspectratio>
  60.                         <texture background="true" fallback="views/list/DefaultVideo.png">$INFO[ListItem.Icon]</texture>
  61.                         <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="IsEmpty(ListItem.Thumb)">Conditional</animation>
  62.                     </control>
  63.                     <control type="label">
  64.                         <left>135</left>
  65.                         <top>12</top>
  66.                         <width>960</width>
  67.                         <height>35</height>
  68.                         <font>font15</font>
  69.                         <textcolor>grey2</textcolor>
  70.                         <selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
  71.                         <align>left</align>
  72.                         <aligny>center</aligny>
  73.                         <label>$INFO[ListItem.Label]</label>
  74.                     </control>
  75.                     <control type="label">
  76.                         <left>100</left>
  77.                         <width>960</width>
  78.                         <height>60</height>
  79.                         <font>font15</font>
  80.                         <align>right</align>
  81.                         <textcolor>grey2</textcolor>
  82.                         <selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
  83.                         <aligny>center</aligny>
  84.                         <label>$INFO[ListItem.Date]</label>
  85.                     </control>
  86.                     <control type="image">
  87.                         <left>1076</left>
  88.                         <top>28</top>
  89.                         <width>32</width>
  90.                         <height>32</height>
  91.                         <aspectratio>keep</aspectratio>
  92.                         <texture colordiffuse="$VAR[ThemeLabelColor]">$VAR[ListItem.Overlay]</texture>
  93.                     </control>
  94.                 </itemlayout>
  95.                 <focusedlayout height="60" width="1140">
  96.                     <control type="image">
  97.                         <top>32</top>
  98.                         <width>1140</width>
  99.                         <height>30</height>
  100.                         <texture border="1">separator2.png</texture>
  101.                     </control>
  102.                     <control type="image">
  103.                         <left>0</left>
  104.                         <top>0</top>
  105.                         <width>1140</width>
  106.                         <height>60</height>
  107.                         <texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
  108.                         <visible>Control.HasFocus(50)</visible>
  109.                         <include>VisibleFadeEffect</include>
  110.                     </control>
  111.                     <control type="image">
  112.                         <left>15</left>
  113.                         <top>4</top>
  114.                         <width>105</width>
  115.                         <height>52</height>
  116.                         <aspectratio>keep</aspectratio>
  117.                         <texture background="true" fallback="views/list/DefaultVideo.png">$INFO[ListItem.Icon]</texture>
  118.                     </control>
  119.                     <control type="label">
  120.                         <left>135</left>
  121.                         <top>12</top>
  122.                         <width>960</width>
  123.                         <height>35</height>
  124.                         <font>font15</font>
  125.                         <textcolor>white</textcolor>
  126.                         <selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
  127.                         <align>left</align>
  128.                         <aligny>center</aligny>
  129.                         <label>$INFO[ListItem.Label]</label>
  130.                         <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  131.                     </control>
  132.                     <control type="label">
  133.                         <left>100</left>
  134.                         <width>960</width>
  135.                         <height>60</height>
  136.                         <font>font15</font>
  137.                         <align>right</align>
  138.                         <textcolor>white</textcolor>
  139.                         <selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
  140.                         <aligny>center</aligny>
  141.                         <label>$INFO[ListItem.Date]</label>
  142.                         <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  143.                     </control>
  144.                     <control type="image">
  145.                         <left>1076</left>
  146.                         <top>28</top>
  147.                         <width>64</width>
  148.                         <height>32</height>
  149.                         <aspectratio>keep</aspectratio>
  150.                         <texture colordiffuse="$VAR[ThemeLabelColor]">$VAR[ListItem.Overlay]</texture>
  151.                     </control>
  152.                 </focusedlayout>
  153.             </control>
  154.             <control type="scrollbar" id="72">
  155.                 <left>1140</left>
  156.                 <top>180</top>
  157.                 <width>14</width>
  158.                 <height>840</height>
  159.                 <onleft>50</onleft>
  160.                 <onright>SetProperty(MediaMenu,True,home)</onright>
  161.                 <onright>SetFocus(9050)</onright>
  162.                 <texturesliderbackground>-</texturesliderbackground>
  163.                 <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  164.                 <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  165.                 <showonepage>false</showonepage>
  166.                 <orientation>vertical</orientation>
  167.             </control>
  168.             <control type="group">
  169.                 <left>1196</left>
  170.                 <top>195</top>
  171.                 <control type="image">
  172.                     <width>570</width>
  173.                     <height>835</height>
  174.                     <aspectratio aligny="bottom">keep</aspectratio>
  175.                     <texture background="true" fallback="DefaultVideo.png">$INFO[Container(50).ListItem.Icon]</texture>
  176.                     <fadetime>IconCrossfadeTime</fadetime>
  177.                     <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  178.                     <bordersize>20</bordersize>
  179.                 </control>
  180.                 <control type="image">
  181.                     <top>795</top>
  182.                     <width>570</width>
  183.                     <height>835</height>
  184.                     <aspectratio aligny="top">keep</aspectratio>
  185.                     <fadetime>IconCrossfadeTime</fadetime>
  186.                     <texture diffuse="thumbs/thumb_reflect.png" flipy="true" fallback="DefaultVideo.png" background="true">$INFO[Container(50).ListItem.Icon]</texture>
  187.                     <bordersize>20</bordersize>
  188.                 </control>
  189.             </control>
  190.         </control>
  191.         <include condition="!Skin.HasSetting(Disable.ScrollLabel)">ScrollOffsetLabel</include>
  192.         <control type="image">
  193.             <left>0</left>
  194.             <top>0</top>
  195.             <width>FullScreenWidth</width>
  196.             <height>1080</height>
  197.             <texture>black-back.png</texture>
  198.             <animation effect="fade" time="400">Visible</animation>
  199.             <animation effect="fade" time="200">Hidden</animation>
  200.             <visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
  201.         </control>
  202.         <include>Topbar</include>
  203.         <include>PVRMediaMenu</include>
  204.     </controls>
  205. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement