skin.pellucid/1080i/MyMusicSongs.xml

116 lines
5.2 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">9000</defaultcontrol>
<allowoverlay>yes</allowoverlay>
2015-03-27 21:31:13 +01:00
<onunload>Skin.SetString(showRecentMusicItems,true)</onunload>
<previouswindow>home</previouswindow>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<!--content provider-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<!--main menu-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<include>dateTime</include>
2015-03-27 21:31:13 +01:00
<include>hubMenu</include>
2014-09-28 20:47:53 +02:00
</control>
<!--Folder titles-->
<control type="group">
<posx>col-4-begin</posx>
<posy>row-2-begin</posy>
<animation type="Conditional" condition="!IntegerGreaterThan(container.numitems,0)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
<!--source title-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<font>pageTitle</font>
<label>$VAR[listTitle]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--source subtitle-->
<control type="label">
<posx>0</posx>
<posy>45</posy>
<width>24-col</width>
<font>regular</font>
<label>$VAR[listSubTitle]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--Main content listing-->
<control type="group" id="9999">
<posx>col-4-begin</posx>
<posy>row-2-begin</posy>
<animation type="windowopen">
<include>listSlideIn</include>
</animation>
<animation type="windowclose">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300" delay="300"/>
2014-09-28 20:47:53 +02:00
</animation>
<!--source content-->
<control type="group" id="9500">
<include>viewMusicList</include>
<include>viewArtistList</include>
<include>viewSongList</include>
<include>viewMusicGrid</include>
</control>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
2015-03-27 21:31:13 +01:00
<control type="scrollbar" id="60">
2014-09-28 20:47:53 +02:00
<posx>108r</posx>
<posy>276</posy>
<height>672</height>
<onleft>9999</onleft>
</control>
</control>
</control>
</control>
<!--sorting and misc controls-->
<control type="group" id="61">
<!--titles-->
<control type="group">
<posx>24</posx>
<posy>111</posy>
<animation type="Conditional" condition="controlgroup(62).hasfocus">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-27 21:31:13 +01:00
<animation type="Conditional" condition="!controlgroup(62).hasfocus | Window.IsActive(5000) | Window.IsActive(5900)">
<effect type="fade" start="100" end="0" time="400"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
<!--menu-->
<include>sideBarMenuItems</include>
</control>
</control>
2015-03-27 21:31:13 +01:00
<!--loading indicator-->
2014-09-28 20:47:53 +02:00
<include>loadingIndicator</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyMusicSongs.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>