aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogPictureInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/1080i/DialogPictureInfo.xml')
-rw-r--r--addons/skin.estuary/1080i/DialogPictureInfo.xml123
1 files changed, 0 insertions, 123 deletions
diff --git a/addons/skin.estuary/1080i/DialogPictureInfo.xml b/addons/skin.estuary/1080i/DialogPictureInfo.xml
deleted file mode 100644
index c1cbeb2375..0000000000
--- a/addons/skin.estuary/1080i/DialogPictureInfo.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<window>
- <defaultcontrol always="true">9000</defaultcontrol>
- <onload>SetProperty(infobackground,$INFO[ListItem.FolderPath],home)</onload>
- <onunload>ClearProperty(infobackground,home)</onunload>
- <controls>
- <control type="group">
- <visible>!Window.IsActive(Slideshow)</visible>
- <include>OpenClose_Left</include>
- <top>160</top>
- <control type="image">
- <left>70</left>
- <width>1280</width>
- <height>820</height>
- <texture border="22">dialogs/dialog-bg.png</texture>
- </control>
- <control type="image">
- <left>120</left>
- <top>50</top>
- <width>1180</width>
- <height>720</height>
- <aspectratio aligny="center">keep</aspectratio>
- <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
- <bordersize>4</bordersize>
- <texture border="4" background="true" fallback="colors/black.png">$INFO[ListItem.FolderPath]</texture>
- </control>
- </control>
- <control type="group">
- <include>OpenClose_Right</include>
- <top>160</top>
- <control type="image">
- <description>background image</description>
- <right>70</right>
- <width>510</width>
- <height>820</height>
- <texture border="22">dialogs/dialog-bg.png</texture>
- </control>
- <include content="UpDownArrows">
- <param name="container_id" value="5" />
- <param name="posx" value="1590" />
- <param name="up_posy" value="-20" />
- <param name="down_posy" value="820" />
- </include>
- <control type="group" id="9000">
- <control type="scrollbar" id="60">
- <left>1840</left>
- <top>20</top>
- <width>12</width>
- <height>780</height>
- <orientation>vertical</orientation>
- </control>
- <control type="list" id="5">
- <right>70</right>
- <top>30</top>
- <width>480</width>
- <height>750</height>
- <orientation>vertical</orientation>
- <onleft>Dialog.Close(all,true)</onleft>
- <onleft>Action(left)</onleft>
- <onleft>info</onleft>
- <onright>Dialog.Close(all,true)</onright>
- <onright>Action(right)</onright>
- <onright>info</onright>
- <onup>5</onup>
- <ondown>5</ondown>
- <pagecontrol>60</pagecontrol>
- <focusedlayout height="50">
- <control type="label">
- <left>10</left>
- <top>0</top>
- <height>50</height>
- <width>430</width>
- <aligny>center</aligny>
- <font>font12</font>
- <label>$INFO[ListItem.Label]</label>
- <textcolor>button_focus</textcolor>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- <control type="label">
- <left>10</left>
- <top>0</top>
- <height>50</height>
- <width>430</width>
- <align>right</align>
- <font>font12</font>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- </focusedlayout>
- <itemlayout height="50">
- <control type="label">
- <left>10</left>
- <top>0</top>
- <height>50</height>
- <width>430</width>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- <font>font12</font>
- <textcolor>button_focus</textcolor>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- <control type="label">
- <left>10</left>
- <top>0</top>
- <height>50</height>
- <width>430</width>
- <align>right</align>
- <font>font12</font>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- </itemlayout>
- </control>
- </control>
- </control>
- <include content="InfoDialogTopBarInfo">
- <param name="main_label" value="$INFO[ListItem.Label]" />
- <param name="sub_label" value="$INFO[ListItem.PictureDateTime]" />
- </include>
- </controls>
-</window>