skin.tributary/720p/DialogFavourites.xml

124 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">450</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<animation effect="slide" start="400,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="400,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>400r</left>
<top>0</top>
<width>420</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">HomeBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>380r</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label/>
<font/>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<left>370r</left>
<top>30</top>
<width>200</width>
<height>200</height>
<aspectratio align="center">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="list" id="450">
<left>390r</left>
<top>250</top>
<width>450</width>
<height>380</height>
<onup>450</onup>
<onleft>Dialog.Close(Favourites)</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol/>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<visible>!Control.HasFocus(450)</visible>
<texture border="3">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<visible>Control.HasFocus(450)</visible>
<texture border="3">button-focus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="label">
<description>Page label</description>
<right>30</right>
<top>670</top>
<width>350</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(450).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages][/COLOR])</label>
</control>
</control>
</controls>
</window>