HitcherUK

Custom_Overlay_Images.xml

Feb 19th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window type="dialog" id="52">
  3.     <zorder>100</zorder>
  4.     <visible>!Window.IsVisible(startup)</visible>
  5.     <controls>
  6.  
  7.         <!-- Image test code -->
  8.  
  9.         <control type="group">
  10.  
  11.             <visible>false</visible>
  12.  
  13.             <control type="group">
  14.                 <left>0</left>
  15.                 <top>40</top>
  16.  
  17.                 <control type="label">
  18.                     <left>30</left>
  19.                     <top>30</top>
  20.                     <width>540</width>
  21.                     <height>48</height>
  22.                     <font>font13</font>
  23.                     <haspath>true</haspath>
  24.                     <label>ListItem.Art(thumb)</label>
  25.                     <textcolor>Medium</textcolor>
  26.                 </control>
  27.  
  28.                 <control type="image">
  29.                     <left>30</left>
  30.                     <top>100</top>
  31.                     <width>200</width>
  32.                     <height>200</height>
  33.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(thumb)]</texture>
  34.                     <aspectratio>keep</aspectratio>
  35.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  36.                     <bordersize>16</bordersize>
  37.                 </control>
  38.  
  39.             </control>
  40.  
  41.             <control type="group">
  42.                 <left>510</left>
  43.                 <top>40</top>
  44.  
  45.                 <control type="label">
  46.                     <left>30</left>
  47.                     <top>30</top>
  48.                     <width>540</width>
  49.                     <height>48</height>
  50.                     <font>font13</font>
  51.                     <haspath>true</haspath>
  52.                     <label>ListItem.Art(banner)</label>
  53.                     <textcolor>Medium</textcolor>
  54.                 </control>
  55.  
  56.                 <control type="image">
  57.                     <left>30</left>
  58.                     <top>100</top>
  59.                     <width>200</width>
  60.                     <height>200</height>
  61.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(banner)]</texture>
  62.                     <aspectratio>keep</aspectratio>
  63.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  64.                     <bordersize>16</bordersize>
  65.                 </control>
  66.  
  67.             </control>
  68.  
  69.             <control type="group">
  70.                 <left>980</left>
  71.                 <top>40</top>
  72.  
  73.                 <control type="label">
  74.                     <left>30</left>
  75.                     <top>30</top>
  76.                     <width>540</width>
  77.                     <height>48</height>
  78.                     <font>font13</font>
  79.                     <haspath>true</haspath>
  80.                     <label>ListItem.Art(poster)</label>
  81.                     <textcolor>Medium</textcolor>
  82.                 </control>
  83.  
  84.                 <control type="image">
  85.                     <left>30</left>
  86.                     <top>100</top>
  87.                     <width>200</width>
  88.                     <height>200</height>
  89.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(poster)]</texture>
  90.                     <aspectratio>keep</aspectratio>
  91.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  92.                     <bordersize>16</bordersize>
  93.                 </control>
  94.  
  95.             </control>
  96.  
  97.             <control type="group">
  98.                 <left>1450</left>
  99.                 <top>40</top>
  100.  
  101.                 <control type="label">
  102.                     <left>30</left>
  103.                     <top>30</top>
  104.                     <width>540</width>
  105.                     <height>48</height>
  106.                     <font>font13</font>
  107.                     <haspath>true</haspath>
  108.                     <label>ListItem.Art(fanart)</label>
  109.                     <textcolor>Medium</textcolor>
  110.                 </control>
  111.  
  112.                 <control type="image">
  113.                     <left>30</left>
  114.                     <top>100</top>
  115.                     <width>200</width>
  116.                     <height>200</height>
  117.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(fanart)]</texture>
  118.                     <aspectratio>keep</aspectratio>
  119.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  120.                     <bordersize>16</bordersize>
  121.                 </control>
  122.  
  123.             </control>
  124.  
  125.             <control type="group">
  126.                 <left>0</left>
  127.                 <top>410</top>
  128.  
  129.                 <control type="label">
  130.                     <left>30</left>
  131.                     <top>30</top>
  132.                     <width>540</width>
  133.                     <height>48</height>
  134.                     <font>font13</font>
  135.                     <haspath>true</haspath>
  136.                     <label>ListItem.Art(tvshow.poster)</label>
  137.                     <textcolor>Medium</textcolor>
  138.                 </control>
  139.  
  140.                 <control type="image">
  141.                     <left>30</left>
  142.                     <top>100</top>
  143.                     <width>200</width>
  144.                     <height>200</height>
  145.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(tvshow.poster)]</texture>
  146.                     <aspectratio>keep</aspectratio>
  147.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  148.                     <bordersize>16</bordersize>
  149.                 </control>
  150.  
  151.             </control>
  152.  
  153.             <control type="group">
  154.                 <left>510</left>
  155.                 <top>410</top>
  156.  
  157.                 <control type="label">
  158.                     <left>30</left>
  159.                     <top>30</top>
  160.                     <width>540</width>
  161.                     <height>48</height>
  162.                     <font>font13</font>
  163.                     <haspath>true</haspath>
  164.                     <label>ListItem.Art(tvshow.banner)</label>
  165.                     <textcolor>Medium</textcolor>
  166.                 </control>
  167.  
  168.                 <control type="image">
  169.                     <left>30</left>
  170.                     <top>100</top>
  171.                     <width>200</width>
  172.                     <height>200</height>
  173.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(tvshow.banner)]</texture>
  174.                     <aspectratio>keep</aspectratio>
  175.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  176.                     <bordersize>16</bordersize>
  177.                 </control>
  178.  
  179.             </control>
  180.  
  181.             <control type="group">
  182.                 <left>980</left>
  183.                 <top>410</top>
  184.  
  185.                 <control type="label">
  186.                     <left>30</left>
  187.                     <top>30</top>
  188.                     <width>540</width>
  189.                     <height>48</height>
  190.                     <font>font13</font>
  191.                     <haspath>true</haspath>
  192.                     <label>ListItem.Art(season.poster)</label>
  193.                     <textcolor>Medium</textcolor>
  194.                 </control>
  195.  
  196.                 <control type="image">
  197.                     <left>30</left>
  198.                     <top>100</top>
  199.                     <width>200</width>
  200.                     <height>200</height>
  201.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(season.poster)]</texture>
  202.                     <aspectratio>keep</aspectratio>
  203.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  204.                     <bordersize>16</bordersize>
  205.                 </control>
  206.  
  207.             </control>
  208.  
  209.             <control type="group">
  210.                 <left>1450</left>
  211.                 <top>410</top>
  212.  
  213.                 <control type="label">
  214.                     <left>30</left>
  215.                     <top>30</top>
  216.                     <width>540</width>
  217.                     <height>48</height>
  218.                     <font>font13</font>
  219.                     <haspath>true</haspath>
  220.                     <label>ListItem.Art(season.banner)</label>
  221.                     <textcolor>Medium</textcolor>
  222.                 </control>
  223.  
  224.                 <control type="image">
  225.                     <left>30</left>
  226.                     <top>100</top>
  227.                     <width>200</width>
  228.                     <height>200</height>
  229.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(season.banner)]</texture>
  230.                     <aspectratio>keep</aspectratio>
  231.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  232.                     <bordersize>16</bordersize>
  233.                 </control>
  234.  
  235.             </control>
  236.  
  237.             <control type="group">
  238.                 <left>0</left>
  239.                 <top>740</top>
  240.  
  241.                 <control type="label">
  242.                     <left>30</left>
  243.                     <top>30</top>
  244.                     <width>540</width>
  245.                     <height>48</height>
  246.                     <font>font13</font>
  247.                     <haspath>true</haspath>
  248.                     <label>ListItem.Art(season.fanart)</label>
  249.                     <textcolor>Medium</textcolor>
  250.                 </control>
  251.  
  252.                 <control type="image">
  253.                     <left>30</left>
  254.                     <top>100</top>
  255.                     <width>200</width>
  256.                     <height>200</height>
  257.                     <texture fallback="DefaultAddonNone.png">$INFO[ListItem.Art(season.fanart)]</texture>
  258.                     <aspectratio>keep</aspectratio>
  259.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  260.                     <bordersize>16</bordersize>
  261.                 </control>
  262.  
  263.             </control>
  264.  
  265.             <control type="group">
  266.                 <left>510</left>
  267.                 <top>740</top>
  268.  
  269.                 <control type="label">
  270.                     <left>30</left>
  271.                     <top>30</top>
  272.                     <width>540</width>
  273.                     <height>48</height>
  274.                     <font>font13</font>
  275.                     <haspath>true</haspath>
  276.                     <label>Player.Art(fanart)</label>
  277.                     <textcolor>Medium</textcolor>
  278.                 </control>
  279.  
  280.                 <control type="image">
  281.                     <left>30</left>
  282.                     <top>100</top>
  283.                     <width>200</width>
  284.                     <height>200</height>
  285.                     <texture fallback="DefaultAddonNone.png">$INFO[Player.Art(fanart)]</texture>
  286.                     <aspectratio>keep</aspectratio>
  287.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  288.                     <bordersize>16</bordersize>
  289.                 </control>
  290.  
  291.             </control>
  292.  
  293.             <control type="group">
  294.                 <left>980</left>
  295.                 <top>740</top>
  296.  
  297.                 <control type="label">
  298.                     <left>30</left>
  299.                     <top>30</top>
  300.                     <width>540</width>
  301.                     <height>48</height>
  302.                     <font>font13</font>
  303.                     <haspath>true</haspath>
  304.                     <label>Player.Art(tvshow.poster)</label>
  305.                     <textcolor>Medium</textcolor>
  306.                 </control>
  307.  
  308.                 <control type="image">
  309.                     <left>30</left>
  310.                     <top>100</top>
  311.                     <width>200</width>
  312.                     <height>200</height>
  313.                     <texture fallback="DefaultAddonNone.png">$INFO[Player.Art(tvshow.poster)]</texture>
  314.                     <aspectratio>keep</aspectratio>
  315.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  316.                     <bordersize>16</bordersize>
  317.                 </control>
  318.  
  319.             </control>
  320.  
  321.             <control type="group">
  322.                 <left>1450</left>
  323.                 <top>740</top>
  324.  
  325.                 <control type="label">
  326.                     <left>30</left>
  327.                     <top>30</top>
  328.                     <width>540</width>
  329.                     <height>48</height>
  330.                     <font>font13</font>
  331.                     <haspath>true</haspath>
  332.                     <label>Player.Art(thumb)</label>
  333.                     <textcolor>Medium</textcolor>
  334.                 </control>
  335.  
  336.                 <control type="image">
  337.                     <left>30</left>
  338.                     <top>100</top>
  339.                     <width>200</width>
  340.                     <height>200</height>
  341.                     <texture fallback="DefaultAddonNone.png">$INFO[Player.Art(thumb)]</texture>
  342.                     <aspectratio>keep</aspectratio>
  343.                     <bordertexture border="16">common/Now_Playing_Border.png</bordertexture>
  344.                     <bordersize>16</bordersize>
  345.                 </control>
  346.  
  347.             </control>
  348.  
  349.         </control>
  350.  
  351.     </controls>
  352.  
  353. </window>
Advertisement
Add Comment
Please, Sign In to add comment