mirror of
https://github.com/Team-Resurgent/xbmc4xbox-redux.git
synced 2026-08-15 20:18:49 -07:00
[Estuary] removed: old MyGameSaves.xml which is no longer in use
This commit is contained in:
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">52</defaultcontrol>
|
||||
<backgroundcolor>background</backgroundcolor>
|
||||
<views>50,52</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>
|
||||
<control type="group">
|
||||
<include>OpenClose_Left</include>
|
||||
<visible>Control.IsVisible(50)</visible>
|
||||
<include>Visible_Left</include>
|
||||
<include content="ContentPanel">
|
||||
<param name="width" value="656" />
|
||||
</include>
|
||||
<control type="group">
|
||||
<width>550</width>
|
||||
<control type="textbox">
|
||||
<top>120</top>
|
||||
<left>30</left>
|
||||
<width>550</width>
|
||||
<aligny>center</aligny>
|
||||
<height>110</height>
|
||||
<font>font36_title</font>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<left>30</left>
|
||||
<top>240</top>
|
||||
<width>525</width>
|
||||
<bottom>100</bottom>
|
||||
<label>$INFO[ListItem.Tagline,[I],[/I][CR][CR]]$INFO[ListItem.Property(overview)][CR][CR]</label>
|
||||
<autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(autoscroll)</autoscroll>
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<left>30</left>
|
||||
<top>360</top>
|
||||
<width>530</width>
|
||||
<height>413</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font27</font>
|
||||
<textcolor>80FFFFFF</textcolor>
|
||||
<label>$LOCALIZE[19055]</label>
|
||||
<visible>String.IsEmpty(ListItem.Property(overview)) + !ListItem.IsParentFolder</visible>
|
||||
</control>
|
||||
</control>
|
||||
</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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user