Advertisement
Guest User

Kodi Aeon Nox 5 OSD Guide

a guest
Oct 29th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <defaultcontrol always="true">11</defaultcontrol>
  4.     <coordinates>
  5.         <system>1</system>
  6.         <left>350</left>
  7.         <top>20</top>
  8.     </coordinates>
  9.     <animation effect="fade" start="0" end="100" time="300" easing="out">WindowOpen</animation>
  10.     <animation effect="fade" start="100" end="0" time="300" easing="in">WindowClose</animation>
  11.     <controls>
  12.         <control type="group">
  13.             <control type="image">
  14.                 <top>20</top>
  15.                 <width>1200</width>
  16.                 <height>1025</height>
  17.                 <texture border="40">listpanel_back.png</texture>
  18.             </control>
  19.             <control type="wraplist" id="11">
  20.                 <left>31</left>
  21.                 <top>53</top>
  22.                 <width>1137</width>
  23.                 <height>970</height>
  24.                 <onleft>60</onleft>
  25.                 <onright>60</onright>
  26.                 <onup>11</onup>
  27.                 <ondown>11</ondown>
  28.                 <focusposition>2</focusposition>
  29.                 <viewtype label="535">list</viewtype>
  30.                 <pagecontrol>60</pagecontrol>
  31.                 <scrolltime tween="quadratic" easing="out">200</scrolltime>
  32.                 <itemlayout height="70">
  33.                     <control type="image">
  34.                         <top>10</top>
  35.                         <width>1137</width>
  36.                         <height>60</height>
  37.                         <texture border="1">separator2.png</texture>
  38.                     </control>
  39.                     <control type="label">
  40.                         <left>10</left>
  41.                         <width>130</width>
  42.                         <height>60</height>
  43.                         <align>left</align>
  44.                         <font>font15</font>
  45.                         <textcolor>white</textcolor>
  46.                         <selectedcolor>selected</selectedcolor>
  47.                         <label>$INFO[ListItem.StartTime]</label>
  48.                     </control>
  49.                     <control type="label">
  50.                         <left>130</left>
  51.                         <width>980</width>
  52.                         <height>60</height>
  53.                         <font>font15</font>
  54.                         <textoffsetx>15</textoffsetx>
  55.                         <textcolor>grey2</textcolor>
  56.                         <selectedcolor>selected</selectedcolor>
  57.                         <label>$INFO[ListItem.Label]</label>
  58.                         <animation effect="slide" start="0,0" end="40,0" time="0" tween="sine" easing="in" condition="[ListItem.HasTimer | ListItem.IsRecording]">Conditional</animation>
  59.                     </control>
  60.                     <control type="group">
  61.                         <visible>[ListItem.HasTimer | ListItem.IsRecording]</visible>
  62.                         <left>130</left>
  63.                         <control type="label">
  64.                             <top>20</top>
  65.                             <width>30</width>
  66.                             <height>30</height>
  67.                             <font>IconSmall</font>
  68.                             <textoffsetx>15</textoffsetx>
  69.                             <textcolor>themecolor</textcolor>
  70.                             <align>right</align>
  71.                             <selectedcolor>selected</selectedcolor>
  72.                             <label></label>
  73.                             <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
  74.                         </control>
  75.                         <control type="label">
  76.                             <top>20</top>
  77.                             <width>30</width>
  78.                             <height>30</height>
  79.                             <font>IconSmall</font>
  80.                             <textoffsetx>15</textoffsetx>
  81.                             <textcolor>red</textcolor>
  82.                             <align>right</align>
  83.                             <selectedcolor>selected</selectedcolor>
  84.                             <label></label>
  85.                             <visible>ListItem.IsRecording</visible>
  86.                         </control>
  87.                     </control>
  88.                 </itemlayout>
  89.                 <focusedlayout height="120">
  90.                     <control type="image">
  91.                         <top>60</top>
  92.                         <width>1123</width>
  93.                         <height>60</height>
  94.                         <texture border="1">separator2.png</texture>
  95.                     </control>
  96.                     <control type="image">
  97.                         <width>1123</width>
  98.                         <height>120</height>
  99.                         <texture border="4">listselect_fo.png</texture>
  100.                         <visible>Control.HasFocus(11)</visible>
  101.                         <include>VisibleFadeEffect</include>
  102.                     </control>
  103.                     <control type="label">
  104.                         <left>10</left>
  105.                         <width>130</width>
  106.                         <height>60</height>
  107.                         <align>left</align>
  108.                         <font>font15</font>
  109.                         <textcolor>white</textcolor>
  110.                         <selectedcolor>selected</selectedcolor>
  111.                         <label>$INFO[ListItem.StartTime]</label>
  112.                     </control>
  113.                     <control type="label">
  114.                         <left>130</left>
  115.                         <width>906</width>
  116.                         <height>60</height>
  117.                         <font>font15</font>
  118.                         <textoffsetx>15</textoffsetx>
  119.                         <textcolor>white</textcolor>
  120.                         <selectedcolor>selected</selectedcolor>
  121.                         <label>$INFO[ListItem.Label]</label>
  122.                         <animation effect="slide" start="0,0" end="40,0" time="0" tween="sine" easing="in" condition="[ListItem.HasTimer | ListItem.IsRecording]">Conditional</animation>
  123.                     </control>
  124.                     <control type="label">
  125.                         <left>916</left>
  126.                         <width>200</width>
  127.                         <height>60</height>
  128.                         <font>font11</font>
  129.                         <align>right</align>
  130.                         <textoffsetx>0</textoffsetx>
  131.                         <textcolor>white2</textcolor>
  132.                         <label>$INFO[ListItem.StartDate]</label>
  133.                     </control>
  134.                     <control type="label">
  135.                         <top>50</top>
  136.                         <left>130</left>
  137.                         <width>984</width>
  138.                         <height>60</height>
  139.                         <font>font14</font>
  140.                         <textoffsetx>15</textoffsetx>
  141.                         <textcolor>grey2</textcolor>
  142.                         <label>$INFO[ListItem.Plot]</label>
  143.                     </control>
  144.                     <control type="group">
  145.                         <visible>[ListItem.HasTimer | ListItem.IsRecording]</visible>
  146.                         <left>130</left>
  147.                         <control type="label">
  148.                             <top>18</top>
  149.                             <width>100</width>
  150.                             <height>30</height>
  151.                             <font>IconSmall</font>
  152.                             <textoffsetx>15</textoffsetx>
  153.                             <textcolor>themecolor</textcolor>
  154.                             <align>left</align>
  155.                             <selectedcolor>selected</selectedcolor>
  156.                             <label></label>
  157.                             <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
  158.                         </control>
  159.                         <control type="label">
  160.                             <top>18</top>
  161.                             <width>100</width>
  162.                             <height>30</height>
  163.                             <font>IconSmall</font>
  164.                             <textoffsetx>15</textoffsetx>
  165.                             <textcolor>red</textcolor>
  166.                             <align>left</align>
  167.                             <selectedcolor>selected</selectedcolor>
  168.                             <label></label>
  169.                             <visible>ListItem.IsRecording</visible>
  170.                         </control>
  171.                     </control>
  172.                 </focusedlayout>
  173.             </control>
  174.             <control type="scrollbar" id="60">
  175.                 <left>1156</left>
  176.                 <top>53</top>
  177.                 <width>14</width>
  178.                 <height>990</height>
  179.                 <showonepage>false</showonepage>
  180.                 <texturesliderbackground>-</texturesliderbackground>
  181.                 <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  182.                 <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  183.                 <onleft>11</onleft>
  184.                 <onright>11</onright>
  185.                 <ondown>61</ondown>
  186.                 <onup>61</onup>
  187.                 <orientation>vertical</orientation>
  188.             </control>
  189.         </control>
  190.     </controls>
  191. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement