diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-23 06:36:31 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-23 20:37:42 +0100 |
commit | 314f286b4356e02ddc59cc2d3d418f382438775c (patch) | |
tree | fd22b6e8eddeb91ed28303f2bbf0073d3ccf34cc /addons/skin.estuary/xml/MyPrograms.xml | |
parent | 6120ee918509f85470f57c6aac554e844677954f (diff) |
[estuary] 2nd edition
Diffstat (limited to 'addons/skin.estuary/xml/MyPrograms.xml')
-rw-r--r-- | addons/skin.estuary/xml/MyPrograms.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/MyPrograms.xml b/addons/skin.estuary/xml/MyPrograms.xml new file mode 100644 index 0000000000..4386cd5c31 --- /dev/null +++ b/addons/skin.estuary/xml/MyPrograms.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">52</defaultcontrol> + <backgroundcolor>background</backgroundcolor> + <views>50,52,55,500</views> + <menucontrol>9000</menucontrol> + <controls> + <include>DefaultBackground</include> + <control type="group"> + <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation> + <include>View_50_List</include> + <include>View_52_IconWall</include> + <include>View_55_WideList</include> + <include>View_500_Wall</include> + <control type="group"> + <include>OpenClose_Left</include> + <include>Visible_Left</include> + <visible>Control.IsVisible(55)</visible> + <include>ListThumbInfoPanel</include> + </control> + <include content="TopBar"> + <param name="breadcrumbs_label" value="$LOCALIZE[10001]" /> + </include> + <include content="BottomBar"> + <param name="info_visible" value="true" /> + </include> + <include>CommonScrollbars</include> + <include>MediaMenuMouseOverlay</include> + <control type="group"> + <include>MediaMenuCommon</include> + <control type="grouplist" id="9000"> + <top>50</top> + <include>MediaMenuListCommon</include> + <control type="label" id="203"> + <description>Actions</description> + <include>MediaMenuLabelCommon</include> + <label>$LOCALIZE[31020]</label> + <visible>Control.IsVisible(621)</visible> + </control> + <control type="button" id="624"> + <include>MediaMenuItemsCommon</include> + <label>$LOCALIZE[10140]</label> + <onclick>Addon.OpenSettings($INFO[Container.PluginName])</onclick> + <visible>!String.IsEmpty(Container.PluginName)</visible> + </control> + <control type="button" id="621"> + <description>Get more</description> + <include>MediaMenuItemsCommon</include> + <label>$LOCALIZE[21452]</label> + <onclick>ActivateWindow(addonbrowser,addons://more/executable/,return)</onclick> + <visible>Container.Content(addons)</visible> + </control> + </control> + <include>MediaMenuNowPlaying</include> + </control> + </control> + </controls> +</window> |