diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogFavourites.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogFavourites.xml | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogFavourites.xml b/addons/skin.estouchy/xml/DialogFavourites.xml new file mode 100644 index 0000000..8da89f7 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogFavourites.xml @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>80</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1120</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1120</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1000</width> + <label>$LOCALIZE[1036]</label> + </control> + <control type="group"> + <posx>1050</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1070</width> + <height>720</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="panel" id="450"> + <posx>1</posx> + <posy>60</posy> + <width>1068</width> + <height>720</height> + <onup>450</onup> + <onleft>450</onleft> + <onright>450</onright> + <ondown>450</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout width="267" height="360"> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>247</width> + <height>340</height> + <texture colordiffuse="50000000">black.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>247</width> + <height>277</height> + <aspectratio align="center">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>287</posy> + <width>247</width> + <height>63</height> + <texture colordiffuse="50000000">black.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>287</posy> + <width>247</width> + <height>63</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout width="267" height="360"> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>247</width> + <height>340</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>247</width> + <height>277</height> + <aspectratio align="center">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>287</posy> + <width>247</width> + <height>63</height> + <texture colordiffuse="50000000">black.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>287</posy> + <width>247</width> + <height>63</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>1082</posx> + <posy>90</posy> + <width>26</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </controls> +</window> |