Advertisement
Guest User

Untitled

a guest
Nov 1st, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.47 KB | None | 0 0
  1. <includes>
  2.     <include name="Viewtype_Games_Panel_Wide">
  3.         <control type="group">
  4.             <visible>Control.IsVisible(954)</visible>
  5.             <control type="group">
  6.                 <include>Animation_ZoomInZoomOut</include>
  7.                 <include>Animation_HiddenByInfo</include>
  8.                 <include condition="!Skin.HasSetting(Hide_MediaFlags)">MediaInfo</include>
  9.                 <visible>SubString(Container.FolderPath,plugin)</visible>
  10.  
  11.                 <!-- Fanart Image -->
  12.                 <control type="group">
  13.                     <posx>25</posx>
  14.                     <posy>49</posy>
  15.                     <include>Animation_FadedByMenu</include>
  16.                     <include>Animation_CommonFade</include>
  17.                     <include>Animation_OpenCloseFade</include>
  18.                     <control type="image">
  19.                         <posx>25</posx>
  20.                         <posy>49</posy>
  21.                         <width>324</width>
  22.                         <height>180</height>
  23.                         <texture fallback="home_art/games.jpg">$INFO[ListItem.Property(Fanart_Image)]</texture>
  24.                         <aspectratio scalediffuse="false">stretch</aspectratio>
  25.                     </control>
  26.                     <control type="image">
  27.                         <posx>4</posx>
  28.                         <posy>29</posy>
  29.                         <width>364</width>
  30.                         <height>220</height>
  31.                         <texture>frames/ClassicFrame_FanartSmall.png</texture>
  32.                         <aspectratio scalediffuse="false">scale</aspectratio>
  33.                     </control>
  34.                 </control>
  35.                 <control type="group">
  36.                     <include>Animation_FadedByMenu</include>
  37.                     <include>Animation_OpenCloseFade</include>
  38.                     <posx>35</posx>
  39.                     <posy>296</posy>
  40.                     <!-- Label -->
  41.                     <control type="label">
  42.                         <width>380</width>
  43.                         <height>50</height>
  44.                         <aligny>center</aligny>
  45.                         <scroll>true</scroll>
  46.                         <scrollsuffix>   |   </scrollsuffix>
  47.                         <font>METF_TitleTextLarge</font>
  48.                         <textcolor>TextNF</textcolor>
  49.                         <label>$INFO[ListItem.Label]</label>
  50.                     </control>
  51.  
  52.                     <control type="grouplist">
  53.                         <posy>42</posy>
  54.                         <width>1200</width>
  55.                         <height>30</height>
  56.                         <itemgap>10</itemgap>
  57.                         <orientation>horizontal</orientation>
  58.                         <!-- Year -->
  59.                         <control type="label">
  60.                             <width min="25" max="380">auto</width>
  61.                             <height>30</height>
  62.                             <aligny>center</aligny>
  63.                             <font>METF_MediaDetailsSmall</font>
  64.                             <textcolor>MediaDetailsYear</textcolor>
  65.                             <label>$INFO[ListItem.premiered]</label>
  66.                             <visible>!IsEmpty(ListItem.premiered) + SubString(Container.FolderPath,plugin)</visible>
  67.                         </control>
  68.                         <!-- Bullet -->
  69.                         <control type="image">
  70.                             <width>8</width>
  71.                             <height>36</height>
  72.                             <texture>Dot.png</texture>
  73.                             <aspectratio align="center" aligny="center">keep</aspectratio>
  74.                             <colordiffuse>BulletDiffuse</colordiffuse>
  75.                             <visible>![IsEmpty(ListItem.premiered) | IsEmpty(ListItem.studio)]</visible>
  76.                         </control>
  77.                         <!-- Studio -->
  78.                         <control type="label">
  79.                             <width min="25" max="380">auto</width>
  80.                             <height>30</height>
  81.                             <aligny>center</aligny>
  82.                             <font>METF_MediaDetailsSmall</font>
  83.                             <textcolor>MediaDetailsDuration</textcolor>
  84.                             <label>$INFO[ListItem.studio]</label>
  85.                             <visible>!IsEmpty(ListItem.studio) + SubString(Container.FolderPath,plugin)</visible>
  86.                         </control>
  87.                     </control> 
  88.                     <!-- Genre -->
  89.                     <control type="label">
  90.                         <posy>72</posy>
  91.                         <width min="25" max="380">auto</width>
  92.                         <height>30</height>
  93.                         <aligny>center</aligny>
  94.                         <font>METF_MediaDetailsSmall</font>
  95.                         <textcolor>MediaDetailsGenre</textcolor>
  96.                         <label>$INFO[ListItem.Genre]</label>
  97.                         <visible>!IsEmpty(ListItem.Genre)</visible>
  98.                     </control>
  99.                 </control>
  100.             </control>         
  101.  
  102.             <!-- Browser -->
  103.             <control type="panel" id="954">
  104.                 <viewtype label="31471">icon</viewtype>
  105.                 <posx>440</posx>
  106.                 <posy>60</posy>
  107.                 <width>820</width>
  108.                 <height>420</height>
  109.                 <scrolltime>200</scrolltime>
  110.                 <orientation>vertical</orientation>
  111.                 <include condition="!Skin.HasSetting(ViewLockdown)">OnLeft7000</include>
  112.                 <onright>61</onright>
  113.                 <pagecontrol>61</pagecontrol>
  114.                 <preloaditems>2</preloaditems>
  115.                 <include>Animation_ZoomInZoomOut</include>
  116.                 <include>Animation_HiddenByInfo</include>
  117.                 <include>Animation_FadedByMenu</include>
  118.                 <include>Animation_OpenCloseFade</include>
  119.                 <visible>!Skin.HasSetting(NoViewGames)</visible>
  120.                 <visible>SubString(Container.FolderPath,advanced.launcher)</visible>
  121.                 <itemlayout width="265" height="205">
  122.                     <control type="image">
  123.                         <posx>34</posx>
  124.                         <posy>26</posy>
  125.                         <width>215</width>
  126.                         <height>151</height>
  127.                         <texture>frames/ClassicFrame_Background.png</texture>
  128.                         <colordiffuse>FrameBackgroundDiffuse</colordiffuse>
  129.                         <visible>!SubString(ListItem.Icon,default) + !IsEmpty(ListItem.Icon)</visible>
  130.                     </control>
  131.                     <control type="image">
  132.                         <posx>34</posx>
  133.                         <posy>26</posy>
  134.                         <width>215</width>
  135.                         <height>151</height>
  136.                         <texture background="true" fallback="DefaultThumb.png">$INFO[ListItem.Icon]</texture>
  137.                         <aspectratio scalediffuse="false">stretch</aspectratio>
  138.                     </control>
  139.                     <control type="image">
  140.                         <posx>5</posx>
  141.                         <posy>2</posy>
  142.                         <width>274</width>
  143.                         <height>197</height>
  144.                         <texture>frames/ClassicFrame_SquareSmall.png</texture>
  145.                     </control>
  146.                 </itemlayout>
  147.                 <focusedlayout width="265" height="205">
  148.                     <control type="group">
  149.                         <animation reversible="true" effect="zoom" center="auto" start="100" end="110" time="200" tween="sine" easing="inout">focus</animation>
  150.                         <animation reversible="true" effect="zoom" center="auto" start="110" end="100" time="200" tween="sine" easing="inout">unfocus</animation>
  151.                         <control type="image">
  152.                             <posx>34</posx>
  153.                             <posy>26</posy>
  154.                             <width>215</width>
  155.                             <height>151</height>
  156.                             <texture>frames/ClassicFrame_Background.png</texture>
  157.                             <colordiffuse>FrameBackgroundDiffuse</colordiffuse>
  158.                             <visible>!SubString(ListItem.Icon,default) + !IsEmpty(ListItem.Icon)</visible>
  159.                         </control>
  160.                         <control type="image">
  161.                             <posx>34</posx>
  162.                             <posy>26</posy>
  163.                             <width>215</width>
  164.                             <height>151</height>
  165.                             <texture background="true" fallback="DefaultThumb.png">$INFO[ListItem.Icon]</texture>
  166.                             <aspectratio scalediffuse="false">stretch</aspectratio>
  167.                         </control>
  168.                         <control type="image">
  169.                             <posx>5</posx>
  170.                             <posy>2</posy>
  171.                             <width>274</width>
  172.                             <height>197</height>
  173.                             <texture>frames/ClassicFrame_SquareSmall.png</texture>
  174.                         </control>
  175.                     </control>                 
  176.                 </focusedlayout>
  177.             </control>
  178.             <include>ScrollBar_Vertical</include>
  179.         </control>
  180.     </include>
  181. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement