Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 24.60 KB | None | 0 0
  1. <window type="dialog" id="134">
  2.     <defaultcontrol always="true">450</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.  
  5.     <controls>
  6.         <visible>!Window.IsVisible(7)</visible>
  7.         <visible allowhiddenfocus="true">!ControlGroup(9000).HasFocus(95)</visible>
  8.         <animation effect="fade" start="100" end="0" delay="200" time="0" condition="Window.IsVisible(7)">WindowClose</animation>
  9.         <!--<visible>!Window.IsVisible(7)</visible>
  10.         <control type="button" id="8998">
  11.             <description></description>
  12.             <posx>-20</posx>
  13.             <posy>-20</posy>
  14.             <width>1</width>
  15.             <height>1</height>
  16.             <label>-</label>
  17.             <font>-</font>
  18.             <onfocus></onfocus>
  19.             <onfocus>SetFocus(450)</onfocus>
  20.             <onunfocus></onunfocus>
  21.            
  22.             <texturenofocus>-</texturenofocus>
  23.             <texturefocus>-</texturefocus>
  24.             <visible allowhiddenfocus="true">Control.HasFocus(450) | !Window.IsVisible(7)</visible>
  25.             <onright></onright>
  26.             <onleft></onleft>
  27.             <animation effect="fade" start="85" end="100" delay="200" time="0" condition="Window.IsVisible(7)">WindowOpen</animation>
  28.         </control>-->
  29.        
  30.        
  31.         <control type="group"> 
  32.             <visible>!Window.IsVisible(7)</visible>
  33.             <visible allowhiddenfocus="true">!ControlGroup(9000).HasFocus(95)</visible>
  34.             <animation effect="fade" start="100" end="0" delay="200" time="0" condition="Window.IsVisible(7)">WindowClose</animation>
  35.             <!------------------------------------- BackgroundGeneral ----------------------------------------------->
  36.             <control type="group">
  37.                 <description>General Custom Background</description>
  38.                 <!-- include condition="![Skin.HasSetting(HideNowPlayingMusic) | Skin.HasSetting(HideNowPlayingVideos)]" file="includes.xml">IsMediaPlayingCondition</include -->
  39.                 <visible>![Player.HasAudio + !Skin.HasSetting(DisableMusicVizBG)] + ![Player.HasVideo + !Skin.HasSetting(DisableVideoBG)]</visible>
  40.                 <control type="multiimage">
  41.                     <description>Custom Background</description>
  42.                     <posy>MenuBarOffsetY</posy>
  43.                     <width>1280</width>
  44.                     <height>720</height>
  45.                     <imagepath background="true" fallback="special://skin/images/backgrounds/default-background.jpg">$INFO[Skin.String(GeneralCustomBG)]</imagepath>
  46.                     <visible>Skin.HasSetting(ApplyAllGeneralCustomBG)</visible>
  47.                     <aspectratio>stretch</aspectratio>
  48.                     <timeperimage>10000</timeperimage>
  49.                     <fadetime>BackgroundCrossfadeTime</fadetime>
  50.                     <randomize>true</randomize>
  51.                     <!-- BackgroundGeneralDimAnim -->
  52.                     <animation effect="fade" start="100" end="100" condition="Skin.HasSetting(DimGeneralCustomBG)">Conditional</animation>
  53.                     <!-- BackgroundGeneralDimAnim -->
  54.                 </control>
  55.                 <control type="image">
  56.                     <description>Default Background</description>
  57.                     <posy>MenuBarOffsetY</posy>
  58.                     <width>1280</width>
  59.                     <height>720</height>
  60.                     <texture background="true">special://skin/images/backgrounds/default-background.jpg</texture>
  61.                     <colordiffuse>-</colordiffuse>
  62.                     <aspectratio>stretch</aspectratio>
  63.                     <fadetime>BackgroundCrossfadeTime</fadetime>
  64.                     <visible>!Skin.HasSetting(ApplyAllGeneralCustomBG)</visible>
  65.                     <!-- BackgroundGeneralDimAnim -->
  66.                     <animation effect="fade" start="100" end="100" condition="Skin.HasSetting(DimGeneralCustomBG)">Conditional</animation>
  67.                     <!-- BackgroundGeneralDimAnim -->
  68.                 </control>
  69.             </control>
  70.             <!------------------------------------- BackgroundGeneral ----------------------------------------------->
  71.            
  72.             <!--include file="includes_Backgrounds.xml">BackgroundNoContent</include>-->
  73.            
  74.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO BackgroundFSVideo OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  75.             <control type="group">
  76.                 <visible>Player.HasVideo + !Skin.HasSetting(DisableVideoBG)</visible>
  77.                 <control type="videowindow">
  78.                     <posy>MenuBarOffsetY</posy>
  79.                     <width>1280</width>
  80.                     <height>720</height>
  81.                 </control>
  82.                 <control type="image">
  83.                     <description>Dim Background</description>
  84.                     <posy>MenuBarOffsetY</posy>
  85.                     <width>1280</width>
  86.                     <height>720</height>
  87.                     <texture>background-dim.png</texture>
  88.                     <!-- BackgroundVizDimAnim -->
  89.                     <animation effect="fade" end="70" condition="true">Conditional</animation>
  90.                     <!-- BackgroundVizDimAnim -->
  91.                 </control>
  92.             </control>
  93.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO BackgroundFSVideo OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  94.            
  95.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO BackgroundFSViz OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  96.             <control type="group">
  97.                 <visible>Player.HasAudio + !Skin.HasSetting(DisableMusicVizBG)</visible>
  98.                 <control type="visualisation">
  99.                     <posy>MenuBarOffsetY</posy>
  100.                     <width>1280</width>
  101.                     <height>720</height>
  102.                 </control> 
  103.                 <control type="image">
  104.                     <description>Dim Background</description>
  105.                     <posy>MenuBarOffsetY</posy>
  106.                     <width>1280</width>
  107.                     <height>720</height>
  108.                     <texture>background-dim.png</texture>
  109.                     <!-- BackgroundVizDimAnim -->
  110.                     <animation effect="fade" end="70" condition="true">Conditional</animation>
  111.                     <!-- BackgroundVizDimAnim -->
  112.                 </control> 
  113.             </control>
  114.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO BackgroundFSViz OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  115.             <!------------------------------ DialogPopUpScreenDim ------------------------------------>
  116.             <control type="image">
  117.                 <visible>Window.IsVisible(134)</visible>
  118.                 <!-- ScreenSize -->
  119.                 <width>1300</width>
  120.                 <height>770</height>
  121.                 <posx>-</posx>
  122.                 <posy>25</posy>
  123.                
  124.                 <!-- ScreenSize -->
  125.                 <texture border="10,10,10,10">background-dim.png</texture>
  126.                 <colordiffuse>-</colordiffuse>
  127.                 <!-- BackgroundOpenCloseAnim -->
  128.                 <animation effect="fade" start="30" end="70" delay="0" time="400" condition="Window.IsVisible(134)">WindowOpen</animation>
  129.                 <animation effect="fade" start="70" end="50" delay="100" time="600">WindowClose</animation>
  130.                 <!-- BackgroundOpenCloseAnim -->
  131.            
  132.             </control>
  133.             <!------------------------------ DialogPopUpScreenDim ------------------------------------>
  134.             <!-- BackgroundDimAnim -->
  135.             <animation effect="fade" end="100" condition="[!Window.IsActive(MovieInformation) + !Window.IsActive(MusicInformation) + !Window.IsActive(135)]">Conditional</animation>
  136.             <!-- BackgroundDimAnim -->
  137.            
  138.             <!-- BackgroundOpenCloseAnim -->
  139.             <animation effect="fade" start="85" end="100" delay="200" time="0">WindowOpen</animation>
  140.             <animation effect="fade" start="100" end="0" delay="200" time="0">WindowClose</animation>
  141.             <!-- BackgroundOpenCloseAnim -->
  142.         </control>
  143.        
  144.        
  145.         <control type="group" id="9009">   
  146.             <visible>!Window.IsVisible(7)</visible>
  147.             <visible allowhiddenfocus="true">!ControlGroup(9000).HasFocus(95)</visible>
  148.             <animation effect="fade" start="100" end="0" delay="200" time="0" condition="Window.IsVisible(7)">WindowClose</animation>
  149.             <animation type="WindowOpen" reversible="false">
  150.                 <effect type="zoom" start="0" end="100" center="640,360" easing="out" tween="back" time="600" />
  151.                 <effect type="fade" start="0" end="100" time="300" />
  152.             </animation>
  153.             <animation type="WindowClose" reversible="false">
  154.                 <effect type="zoom" start="100" end="10" center="640,360" easing="in" tween="back" time="500" />
  155.                 <effect type="fade" start="100" end="0" time="300" />
  156.             </animation>
  157.             <visible allowhiddenfocus="true">Control.IsVisible(450)</visible>
  158.             <!-- MediaViewOpenCloseAnim -->
  159.             <animation effect="fade" start="0" end="100" time="400">Visible</animation>
  160.             <animation effect="fade" start="100" end="0" time="400">Hidden</animation>
  161.             <animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
  162.             <animation effect="fade" start="100" end="0" time="400">WindowClose</animation>
  163.             <!-- MediaViewOpenCloseAnim -->
  164.            
  165.             <!-- InfoPaneHiddenSlideAnim2 -->
  166.             <animation effect="slide" end="0,20" condition="!Skin.HasSetting(HideInfoPane)">Conditional</animation>
  167.             <!-- InfoPaneHiddenSlideAnim2 -->      
  168.            
  169.             <!-- ListViewScrollbar -->
  170.             <control type="scrollbar" id="150">
  171.                 <posx>1250</posx>
  172.                 <posy>92</posy>
  173.                 <height>538</height>
  174.                
  175.                 <onleft>450</onleft>
  176.             </control>
  177.             <!-- ListViewScrollbar -->
  178.            
  179.             <control type="list" id="450"> 
  180.                 <posx>600</posx>
  181.                 <posy>92</posy>
  182.                 <width>650</width>
  183.                 <height>541</height>
  184.                 <pagecontrol>150</pagecontrol>
  185.                 <onup>450</onup>
  186.                 <ondown>450</ondown>
  187.                 <onleft>600</onleft>
  188.                 <onright>150</onright>             
  189.                 <itemlayout height="36">
  190.                     <control type="image">
  191.                         <posx>10</posx>
  192.                         <posy>-1</posy>
  193.                         <width>600</width>
  194.                         <height>38</height>
  195.                         <texture>menu-bar-separator.png</texture>
  196.                         <!-- ListViewItemBackgroundFadeAnim -->
  197.                         <animation effect="fade" end="50" condition="true">Conditional</animation>
  198.                         <!-- ListViewItemBackgroundFadeAnim -->
  199.                     </control> 
  200.                     <control type="image">
  201.                         <description>Default Cover</description>
  202.                         <posx>25</posx>
  203.                         <posy>36</posy>
  204.                         <width>23</width>
  205.                         <height>23</height>
  206.                         <texture background="true">$INFO[ListItem.ActualIcon].png</texture>
  207.                         <aspectratio>keep</aspectratio>
  208.                        
  209.                     </control>                 
  210.                     <control type="label">
  211.                         <posx>35</posx>
  212.                         <posy>-</posy>
  213.                         <width>465</width>
  214.                         <height>36</height>
  215.                         <include file="includes_Labels.xml">ListLabel</include>
  216.                         <textcolor>ListLabelUnfocusedColor</textcolor> 
  217.                         <shadowcolor>ShadowColor</shadowcolor>
  218.                         <info>ListItem.Label</info>
  219.                     </control>
  220.                     <control type="label">
  221.                         <posx>572</posx>
  222.                         <width>100</width>
  223.                         <height>36</height>
  224.                         <include file="includes_Labels.xml">ListLabel2</include>
  225.                         <textcolor>ListLabel2UnfocusedColor</textcolor>    
  226.                         <shadowcolor>ShadowColor</shadowcolor>
  227.                         <align>right</align>
  228.                         <aligny>center</aligny>            
  229.                         <info>ListItem.Label2</info>
  230.                         <visible>Skin.HasSetting(NoStars)</visible>
  231.                     </control>
  232.                     <control type="image">
  233.                         <description>IMDB rating</description>
  234.                         <posx>510</posx>
  235.                         <posy>12</posy>
  236.                         <width>60</width>
  237.                         <height>13</height>
  238.                         <info>ListItem.StarRating</info>                       
  239.                         <colordiffuse>ThemeColor</colordiffuse>
  240.                         <visible>!Skin.HasSetting(NoStars)</visible>
  241.                     </control> 
  242.                    
  243.                     <control type="image">
  244.                         <description>Overlay</description>
  245.                         <posx>573</posx>
  246.                         <posy>36</posy>
  247.                         <width>23</width>
  248.                         <height>23</height>
  249.                         <info>ListItem.Overlay</info>
  250.                     </control> 
  251.                 </itemlayout>      
  252.                 <focusedlayout height="36">
  253.                     <control type="image">
  254.                         <posx>-1</posx>
  255.                         <posy>-1</posy>
  256.                         <width>624</width>
  257.                         <height>36</height>
  258.                         <texture border="5,2,0,0">scrollbar-background.png</texture>
  259.                         <visible>Control.HasFocus(450)</visible>
  260.                     </control>
  261.                     <control type="image">
  262.                         <posx>0</posx>
  263.                         <posy>-</posy>
  264.                         <width>620</width>
  265.                         <height>36</height>
  266.                         <colordiffuse>BBBBBBBB</colordiffuse>
  267.                         <texture border="5,2,0,0">scrollbar-background.png</texture>
  268.                         <visible>!Control.HasFocus(450)</visible>
  269.                     </control>
  270.                     <control type="image">
  271.                         <description>Default Cover</description>
  272.                         <posx>20</posx>
  273.                         <posy>34</posy>
  274.                         <width>28</width>
  275.                         <height>28</height>
  276.                         <texture background="true">$INFO[ListItem.ActualIcon].png</texture>
  277.                         <aspectratio>keep</aspectratio>
  278.                        
  279.                     </control>
  280.                     <control type="label">
  281.                         <posx>35</posx>
  282.                         <posy>0</posy>
  283.                         <width>460</width>
  284.                         <height>36</height>
  285.                         <font>DialogTitleFont</font>
  286.                         <textcolor>ThemeColor</textcolor>
  287.                         <shadowcolor>-</shadowcolor>
  288.                         <align>left</align>
  289.                         <aligny>center</aligny>
  290.                         <label>$INFO[ListItem.Label]</label>
  291.                     </control>
  292.                     <control type="label">
  293.                         <posx>572</posx>
  294.                         <width>100</width>
  295.                         <height>36</height>
  296.                         <include file="includes_Labels.xml">ListLabel2</include>
  297.                         <textcolor>ListLabel2FocusedColor</textcolor>
  298.                         <shadowcolor>ShadowColor</shadowcolor>
  299.                         <align>right</align>
  300.                         <aligny>center</aligny>            
  301.                         <info>ListItem.Label2</info>
  302.                         <visible>Skin.HasSetting(NoStars)</visible>
  303.                     </control>
  304.                     <control type="image">
  305.                         <description>IMDB rating</description>
  306.                         <posx>506</posx>
  307.                         <posy>8</posy>
  308.                         <width>75</width>
  309.                         <height>18</height>
  310.                         <info>ListItem.StarRating</info>                       
  311.                         <colordiffuse>ThemeColor</colordiffuse>
  312.                         <visible>!Skin.HasSetting(NoStars)</visible>
  313.                     </control> 
  314.                     <control type="image">
  315.                         <description>Overlay</description>
  316.                         <posx>573</posx>
  317.                         <posy>6</posy>
  318.                         <width>23</width>
  319.                         <height>23</height>
  320.                         <info>ListItem.Overlay</info>
  321.                     </control> 
  322.                 </focusedlayout>       
  323.             </control>
  324.             <control type="image">
  325.                 <description>Cover</description>
  326.                 <posx>120</posx>
  327.                 <posy>130</posy>
  328.                 <width>400</width>
  329.                 <height>400</height>
  330.                 <texture background="true">$INFO[ListItem.Thumb]</texture>
  331.                 <bordertexture border="15">item-round-background2.png</bordertexture>
  332.                 <bordersize>14</bordersize>
  333.                 <aspectratio aligny="bottom">keep</aspectratio>
  334.                 <fadetime>IconCrossfadeTime</fadetime>
  335.                 <visible>!IsEmpty(ListItem.Thumb)</visible>    
  336.             </control>
  337.  
  338.             <control type="image">
  339.                 <description>Default Cover</description>
  340.                 <posx>120</posx>
  341.                 <posy>130</posy>
  342.                 <width>200</width>
  343.                 <height>200</height>
  344.                 <texture background="true">$INFO[ListItem.Icon]</texture>
  345.                 <aspectratio>keep</aspectratio>
  346.                 <fadetime>IconCrossfadeTime</fadetime>
  347.                 <visible>IsEmpty(ListItem.Thumb)</visible>     
  348.             </control>
  349.  
  350.             <control type="image">
  351.                 <description>Cover Reflection</description>
  352.                 <posx>120</posx>
  353.                 <posy>515</posy>
  354.                 <width>400</width>
  355.                 <height>400</height>
  356.                 <texture background="true" flipy="true" diffuse="reflection.png">$INFO[ListItem.Thumb]</texture>
  357.                 <bordertexture flipy="true" border="15" diffuse="reflection.png">item-round-background2.png</bordertexture>
  358.                 <bordersize>14</bordersize>
  359.                 <aspectratio aligny="top">keep</aspectratio>
  360.                 <fadetime>IconCrossfadeTime</fadetime>
  361.                 <visible>!IsEmpty(ListItem.Thumb)</visible>
  362.             </control> 
  363.         </control>
  364.    
  365.        
  366.         <control type="group">
  367.             <visible>!Window.IsVisible(7)</visible>
  368.             <visible allowhiddenfocus="true">!ControlGroup(9000).HasFocus(95)</visible>
  369.             <animation effect="fade" start="100" end="0" delay="200" time="0" condition="Window.IsVisible(7)">WindowClose</animation>
  370.             <description>Top Bar Area</description>
  371.             <control type="image">
  372.                 <width>ScreenWidth</width>
  373.                 <height>53</height>
  374.                 <texture border="0,0,0,7">special://skin/images/skin/top-bar-background.png</texture>
  375.                 <include condition="skin.String(TopBarColor)" file="includes_BreadCrumbSettings.xml">TopBarColorSettings</include>
  376.             </control>
  377.            
  378.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOO SystemTray OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  379.             <control type="group" id="600">
  380.                
  381.                 <posx>1055</posx>
  382.                 <posy>4</posy>
  383.                 <defaultcontrol always="true">345</defaultcontrol>
  384.                 <control type="image">         
  385.                     <width>219</width>
  386.                     <height>35</height>
  387.                     <texture border="8">special://skin/images/skin/top-bar-status-background.png</texture>
  388.                     <include condition="skin.String(BreadCrumbBackgroundColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbBackgroundSettings</include>
  389.                     <visible>!Control.HasFocus(345) + !Control.HasFocus(346)</visible>
  390.                 </control>
  391.                 <control type="image">
  392.                     <width>219</width>
  393.                     <height>35</height>
  394.                     <texture border="8">special://skin/images/skin/top-bar-status-background.png</texture>
  395.                     <include condition="skin.String(BreadCrumbBackgroundColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbBackgroundSettings</include>
  396.                     <visible>Control.HasFocus(345) | Control.HasFocus(346)</visible>
  397.                     <!-- SystemTrayPulseAnim -->
  398.                     <animation effect="fade" start="80" time="600" pulse="true" condition="true">Conditional</animation>
  399.                     <!-- SystemTrayPulseAnim -->
  400.                 </control>
  401.                 <control type="label">
  402.                     <description>Time</description>
  403.                     <posx>10</posx>
  404.                     <posy>1</posy>
  405.                     <width>140</width>
  406.                     <height>35</height>
  407.                     <font>TimeFont</font>
  408.                     <include condition="skin.String(BreadCrumbFontColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbFontSettings</include>
  409.                     <aligny>center</aligny>
  410.                     <label>$INFO[System.Time]</label>
  411.                 </control>
  412.                 <control type="button" id="346">
  413.                     <description>Eject Drive</description>
  414.                     <posx>151</posx>
  415.                     <posy>5.5</posy>
  416.                     <width>25</width>
  417.                     <height>25</height>
  418.                     <texturefocus>special://skin/images/skin/SystemTray/top-bar-eject-focus.png</texturefocus>
  419.                     <texturenofocus>special://skin/images/skin/SystemTray/top-bar-eject-nofocus.png</texturenofocus>
  420.                     <include condition="skin.String(TopBarIconColor)" file="includes_BreadCrumbSettings.xml">TopBarIconColorSettings</include>
  421.                     <onclick>XBMC.EjectTray()</onclick>
  422.                     <pulseonselect>false</pulseonselect>
  423.                     <onup>-</onup>
  424.                     <ondown>850</ondown>
  425.                     <onleft>458</onleft>
  426.                     <onright>345</onright>
  427.                     <!-- SystemTrayButtonFocusAnim -->
  428.                     <animation effect="zoom" end="117" center="auto" time="100">Focus</animation>
  429.                     <animation effect="zoom" start="117" end="100" center="auto" time="100">Unfocus</animation>
  430.                     <!-- SystemTrayButtonFocusAnim -->
  431.                 </control>
  432.                 <control type="button" id="345">
  433.                     <description>Shutdown</description>
  434.                     <posx>185</posx>
  435.                     <posy>5</posy>
  436.                     <width>25</width>
  437.                     <height>25</height>
  438.                     <texturefocus>special://skin/images/skin/SystemTray/top-bar-power-focus.png</texturefocus>
  439.                     <texturenofocus>special://skin/images/skin/SystemTray/top-bar-power-nofocus.png</texturenofocus>
  440.                     <include condition="skin.String(TopBarIconColor)" file="includes_BreadCrumbSettings.xml">TopBarIconColorSettings</include>
  441.                     <onclick>ActivateWindow(ShutdownMenu)</onclick>
  442.                     <pulseonselect>false</pulseonselect>
  443.                     <onup>-</onup>
  444.                     <ondown>450</ondown>
  445.                     <onleft>346</onleft>
  446.                     <onright>837</onright>
  447.                     <!-- SystemTrayButtonFocusAnim -->
  448.                     <animation effect="zoom" end="117" center="auto" time="100">Focus</animation>
  449.                     <animation effect="zoom" start="117" end="100" center="auto" time="100">Unfocus</animation>
  450.                     <!-- SystemTrayButtonFocusAnim -->
  451.                 </control>
  452.             </control>
  453.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOO SystemTray OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  454.            
  455. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->         
  456. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII BreadCrumbFavorites IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->
  457. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->
  458.             <control type="group"> 
  459.                
  460.                 <posx>50</posx>
  461.                 <!-- BreadCrumbOpenCloseAnim -->
  462.                 <animation effect="slide" start="-220,0" time="150" tween="cubic" easing="out">WindowOpen</animation>
  463.                 <!-- BreadCrumbOpenCloseAnim -->
  464.                 <control type="button">
  465.                     <description>Favorites</description>
  466.                     <!------------------------- BreadCrumbBtn -------------------------------------------------------------------------->
  467.                     <posy>4</posy>
  468.                     <width>240</width>
  469.                     <height>35</height>
  470.                     <font>BreadCrumbFont</font>
  471.                     <include condition="skin.String(BreadCrumbFontColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbFontSettings</include>
  472.                     <textoffsetx>30</textoffsetx>
  473.                     <textoffsety>10</textoffsety>
  474.                     <textwidth>220</textwidth>
  475.                     <scroll>true</scroll>
  476.                     <texturefocus border="0,100,100,0">special://skin/images/skin/breadcrumb-background.png</texturefocus>
  477.                     <texturenofocus border="0,100,100,0">special://skin/images/skin/breadcrumb-background.png</texturenofocus>
  478.                     <aspectratio scalediffuse="true" align="center" aligny="center">keep</aspectratio>
  479.                     <include condition="skin.String(BreadCrumbBackgroundColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbBackgroundSettings</include>
  480.                     <!------------------------- BreadCrumbBtn -------------------------------------------------------------------------->
  481.                     <label>FAVORITES</label>
  482.                 </control>
  483.             </control>
  484.             <!------------------------------------ BreadCrumbHome ------------------------------------------------------->
  485.             <control type="image">
  486.                 <width>70</width>
  487.                 <height>43</height>
  488.                 <texture border="0,0,22,0">special://skin/images/skin/breadcrumb-background.png</texture>
  489.                 <include condition="skin.String(BreadCrumbBackgroundColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbBackgroundSettings</include>
  490.             </control> 
  491.             <control type="button"  id="837">
  492.                 <posy>-2</posy>
  493.                 <width>50</width>
  494.                 <height>43</height>
  495.                 <texturefocus>special://skin/images/skin/breadcrumb-home-focus.png</texturefocus>
  496.                 <texturenofocus>special://skin/images/skin/breadcrumb-home-nofocus.png</texturenofocus>
  497.                 <include condition="skin.String(TopBarIconColor)" file="includes_BreadCrumbSettings.xml">TopBarIconColorSettings</include>
  498.                 <onclick>ActivateWindow(Home)</onclick>
  499.                 <ondown>450</ondown>
  500.                 <onright>458</onright>
  501.                 <onleft>345</onleft>
  502.                 <aspectratio scalediffuse="false" align="left" aligny="top">keep</aspectratio>
  503.             </control>
  504.             <!------------------------------------ BreadCrumbHome ------------------------------------------------------->
  505. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->         
  506. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII BreadCrumbFavorites IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->
  507. <!--IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-->
  508.            
  509.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOO WeatherNotification OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  510.             <control type="group" id="456">
  511.                
  512.                 <posx>950</posx>
  513.                 <posy>4</posy>
  514.                 <visible>[[Skin.HasSetting(ShowWeatherNotification) + Window.IsActive(Home)] | [Skin.HasSetting(ShowWeatherNotification) + !Window.IsActive(Home) + Skin.HasSetting(ApplyAllWeatherNotification)]]
  515.                 + !Window.IsActive(133) + !Window.IsActive(112) + !Window.IsActive(VolumeBar) + !Window.IsActive(MuteBug) + !Player.HasMedia</visible>
  516.                 <!-- WeatherNotificationOpenCloseAnim -->
  517.                 <animation effect="fade" end="100" time="200">Visible</animation>
  518.                 <animation effect="fade" end="0" time="200">Hidden</animation>
  519.                 <animation effect="fade" end="100" time="200" condition="!Skin.HasSetting(ApplyAllWeatherNotification)">WindowOpen</animation>
  520.                 <animation effect="fade" end="0" time="200" condition="!Skin.HasSetting(ApplyAllWeatherNotification)">WindowClose</animation>
  521.                 <!-- WeatherNotificationOpenCloseAnim -->
  522.                 <control type="button" id="458">
  523.                     <width>100</width>
  524.                     <height>35</height>
  525.                     <texturefocus border="8">special://skin/images/skin/top-bar-status-background.png</texturefocus>
  526.                     <texturenofocus border="8">special://skin/images/skin/top-bar-status-background.png</texturenofocus>
  527.                     <include condition="skin.String(BreadCrumbBackgroundColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbBackgroundSettings</include>
  528.                     <onclick>ActivateWindow(MyWeather)</onclick>
  529.                     <ondown>450</ondown>
  530.                     <onright>346</onright>
  531.                     <onleft>837</onleft>
  532.                 </control>
  533.                 <control type="image" id="457">
  534.                     <posx>8</posx>
  535.                     <posy>4</posy>
  536.                     <width>27</width>
  537.                     <height>27</height>
  538.                     <texture>$INFO[Weather.Conditions]</texture>
  539.                 </control>
  540.                 <control type="label">
  541.                     <posx>92</posx>
  542.                     <width>55</width>
  543.                     <height>35</height>
  544.                     <font>VolumeFont</font>
  545.                     <include condition="skin.String(BreadCrumbFontColor)" file="includes_BreadCrumbSettings.xml">BreadCrumbFontSettings</include>
  546.                     <align>right</align>
  547.                     <aligny>center</aligny>
  548.                     <label>$INFO[Weather.Temperature]</label>
  549.                     <visible>!Control.HasFocus(458)</visible>
  550.                 </control>
  551.                 <control type="label">
  552.                     <posx>92</posx>
  553.                     <width>55</width>
  554.                     <height>35</height>
  555.                     <font>VolumeFont</font>
  556.                     <textcolor>TopBarStatusColor2</textcolor>
  557.                     <align>right</align>
  558.                     <aligny>center</aligny>
  559.                     <label>$INFO[Weather.Temperature]</label>
  560.                     <visible>Control.HasFocus(458)</visible>
  561.                 </control>
  562.             </control>
  563.             <!--OOOOOOOOOOOOOOOOOOOOOOOOOOOO WeatherNotification OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO-->
  564.             <include file="includes.xml">MediaPlayingNotification</include>
  565.         </control>
  566.     </controls>    
  567. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement