122 lines
5.3 KiB
XML
122 lines
5.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="false">9000</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<controls>
|
|
<!--page container group-->
|
|
<control type="group">
|
|
<!--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>menuItems</include>
|
|
</control>
|
|
|
|
<!--Main content listing-->
|
|
<control type="group" id="9999">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-1-begin</posy>
|
|
<!--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) + SubString(skin.string(showRecentMusicItems),false)</visible>
|
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
|
<control type="scrollbar" id="60">
|
|
<posx>84r</posx>
|
|
<posy>272</posy>
|
|
<height>672</height>
|
|
<onleft>9999</onleft>
|
|
</control>
|
|
</control>
|
|
<!--Sort / misc labels (footer)-->
|
|
<control type="group">
|
|
<posx>col-4-begin</posx>
|
|
<posy>row-18-begin</posy>
|
|
<!--<include>mediaListFooter</include>-->
|
|
</control>
|
|
</control>
|
|
</control>
|
|
<!--sorting and misc controls-->
|
|
<control type="group" id="61">
|
|
<!--animations-->
|
|
<animation type="Conditional" condition="!controlgroup(61).hasfocus">
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<animation type="Conditional" condition="controlgroup(61).hasfocus">
|
|
<effect type="fade" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="conditional" condition="window.next(1)">
|
|
<effect type="fade" start="100" end="0" time="300" />
|
|
</animation>
|
|
<!--overlay-->
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>backgrounds/vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--titles-->
|
|
<control type="group">
|
|
<posx>24</posx>
|
|
<posy>111</posy>
|
|
<animation type="Conditional" condition="controlgroup(62).hasfocus">
|
|
<effect type="fade" start="0" end="100" time="300" />
|
|
<effect type="slide" start="-100" end="0" tween="sine" easing="out" time="400" />
|
|
</animation>
|
|
<animation type="Conditional" condition="!controlgroup(62).hasfocus | Window.IsActive(5000)">
|
|
<effect type="fade" start="100" end="0" time="300" />
|
|
<effect type="slide" start="0" end="-100" tween="sine" easing="out" time="400" />
|
|
</animation>
|
|
<control type="image">
|
|
<posx>-96</posx>
|
|
<posy>-111</posy>
|
|
<width>col-5-begin</width>
|
|
<height>fullscreenHeight</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/selected.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<bordersize>0</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<font>pageTitle</font>
|
|
<label>249</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>45</posy>
|
|
<width>24-col</width>
|
|
<font>regular</font>
|
|
<label>33063</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<!--menu-->
|
|
<include>sideBarMenuItems</include>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyMusicNav.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window> |