<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
    <defaultcontrol always="true">450</defaultcontrol>
    
    <include>fadeInOut</include>
    <controls>
        <!--background-->
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <include>dimensionsFullscreen</include>
            <texture>colors/black.png</texture>
            <colordiffuse>ddffffff</colordiffuse>
            <aspectratio>stretch</aspectratio>
        </control>
        <control type="image">
            <include>dimensionsFullscreen</include>
            <texture>backgrounds/vignette.png</texture>
            <aspectratio>stretch</aspectratio>
        </control>
        <control type="group">
            <posx>col-1-begin</posx>
            <posy>row-2-begin</posy>
            <control type="label" id="1">
                <posx>0</posx>
                <posy>0</posy>
                <width>8-col</width>
                <font>pageTitle</font>
                <textcolor>textActive</textcolor>
                <label>$LOCALIZE[1036]</label>
            </control>
            <control type="label">
                <visible>!Integer.IsGreater(Container(450).NumItems,0)</visible>
                <posx>0</posx>
                <posy>45</posy>
                <width>8-col</width>
                <label>31096</label>
                <font>regular</font>
                <textcolor>textActive</textcolor>
            </control>
            <control type="panel" id="450">
                <posx>0</posx>
                <posy>2-row</posy>
                <width>24-col</width>
                <height>23-row</height>
                <itemlayout width="24-col" height="2-row">
                    <control type="image">
                        <posx>0</posx>
                        <posy>3</posy>
                        <width>66</width>
                        <height>66</height>
                        <aspectratio scalediffuse="false">stretch</aspectratio>
                        <texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
                    </control>
                    <control type="image">
                        <posx>1-col</posx>
                        <posy>0</posy>
                        <width>23-col</width>
                        <height>69</height>
                        <aspectratio>stretch</aspectratio>
                        <texture border="0">colors/black.png</texture>
                        <colordiffuse>textboxInactive</colordiffuse>
                    </control>
                    <control type="label">
                        <posx>1-col-indent</posx>
                        <posy>0</posy>
                        <width>23-col-gutter</width>
                        <height>2-row</height>
                        <aligny>center</aligny>
                        <font>itemTitle</font>
                        <textcolor>textActive</textcolor>
                        <shadowcolor></shadowcolor>
                        <label>$INFO[ListItem.Label]</label>
                    </control>
                </itemlayout>
                <focusedlayout width="24-col" height="2-row">
                    <control type="image">
                        <posx>0</posx>
                        <posy>3</posy>
                        <width>66</width>
                        <height>66</height>
                        <aspectratio scalediffuse="false">stretch</aspectratio>
                        <texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
                        <animation type="focus" loop="false" reversible="false">
                            <effect type="fade" time="500"/>
                            <effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
                        </animation>
                    </control>
                    <control type="image">
                        <posx>1-col</posx>
                        <posy>0</posy>
                        <width>23-col</width>
                        <height>2-row</height>
                        <aspectratio>stretch</aspectratio>
                        <texture border="0">colors/white.png</texture>
                        <colordiffuse>highlight</colordiffuse>
                    </control>
                    <control type="label">
                        <posx>1-col-indent</posx>
                        <posy>0</posy>
                        <width>23-col-gutter</width>
                        <height>2-row</height>
                        <aligny>center</aligny>
                        <font>itemTitle</font>
                        <textcolor>textActive</textcolor>
                        <shadowcolor></shadowcolor>
                        <label>$INFO[ListItem.Label]</label>
                    </control>
                </focusedlayout>
            </control>
        </control>
        <!--debugging-->
        <include>DebugGrid</include>
        <control type="label">
            <include>DialogID</include>
            <label>DialogFavourites.xml</label>
        </control>
    </controls>
</window>