forked from xbmc/skin.confluence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4dfb846
Showing
669 changed files
with
69,918 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window> | ||
<defaultcontrol always="true">50</defaultcontrol> | ||
<menucontrol>9000</menucontrol> | ||
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload> | ||
<views>50,51,550,551</views> | ||
<controls> | ||
<include>CommonBackground</include> | ||
<include>ContentPanelBackgrounds</include> | ||
<control type="group"> | ||
<include>Window_OpenClose_Animation</include> | ||
<!-- view id = 50 --> | ||
<include>CommonRootView</include> | ||
<!-- view id = 51 --> | ||
<include>FullWidthList</include> | ||
<!-- view id = 550 --> | ||
<include>AddonInfoListView1</include> | ||
<!-- view id = 551 --> | ||
<include>AddonInfoThumbView1</include> | ||
</control> | ||
<control type="group"> | ||
<depth>DepthFooter</depth> | ||
<include>CommonPageCount</include> | ||
<include>CommonNowPlaying</include> | ||
</control> | ||
<include>MainWindowMouseButtons</include> | ||
<include>BehindDialogFadeOut</include> | ||
<include>ScrollOffsetLabel</include> | ||
<include name="CommonWindowHeader"> | ||
<param name="Icon" value="icon_addons" /> | ||
<param name="Label" value="$LOCALIZE[24001]" /> | ||
</include> | ||
<control type="group"> | ||
<left>-250</left> | ||
<include>SideBladeLeft</include> | ||
<control type="grouplist" id="9000"> | ||
<left>0</left> | ||
<top>110</top> | ||
<width>250</width> | ||
<height>600</height> | ||
<onleft>9000</onleft> | ||
<onright>50</onright> | ||
<onup>9000</onup> | ||
<ondown>9000</ondown> | ||
<onback>50</onback> | ||
<itemgap>0</itemgap> | ||
<control type="label" id="200"> | ||
<width>250</width> | ||
<height>35</height> | ||
<font>font12</font> | ||
<label>31006</label> | ||
<textcolor>blue</textcolor> | ||
<align>center</align> | ||
<aligny>center</aligny> | ||
</control> | ||
<control type="button" id="2"> | ||
<description>View As button</description> | ||
<textwidth>235</textwidth> | ||
<include>ButtonCommonValues</include> | ||
<label>-</label> | ||
</control> | ||
<control type="button" id="3"> | ||
<description>Sort by button</description> | ||
<include>ButtonCommonValues</include> | ||
<label>103</label> | ||
</control> | ||
<control type="togglebutton" id="4"> | ||
<description>Sort asc</description> | ||
<include>ButtonCommonValues</include> | ||
<alttexturefocus border="5">button-focus.png</alttexturefocus> | ||
<alttexturenofocus>-</alttexturenofocus> | ||
<label>31051</label> | ||
<altlabel>31050</altlabel> | ||
<usealttexture>Container.SortDirection(Ascending)</usealttexture> | ||
</control> | ||
<control type="label" id="201"> | ||
<width>250</width> | ||
<height>35</height> | ||
<font>font12</font> | ||
<label>31026</label> | ||
<textcolor>blue</textcolor> | ||
<align>center</align> | ||
<aligny>center</aligny> | ||
</control> | ||
<control type="radiobutton" id="7"> | ||
<description>Hide foreign</description> | ||
<include>ButtonCommonValues</include> | ||
<label>25001</label> | ||
</control> | ||
<control type="radiobutton" id="8"> | ||
<description>Hide broken</description> | ||
<include>ButtonCommonValues</include> | ||
<label>24999</label> | ||
</control> | ||
<control type="button" id="9"> | ||
<description>Check for updates</description> | ||
<include>ButtonCommonValues</include> | ||
<label>24034</label> | ||
</control> | ||
<control type="button" id="5"> | ||
<description>Settings shortcut</description> | ||
<include>ButtonCommonValues</include> | ||
<label>10004</label> | ||
</control> | ||
<include>CommonNowPlaying_Controls</include> | ||
</control> | ||
<control type="label"> | ||
<description>Last updated label</description> | ||
<left>0</left> | ||
<top>650</top> | ||
<height>60</height> | ||
<width>240</width> | ||
<label>31301</label> | ||
<align>right</align> | ||
<aligny>top</aligny> | ||
<font>font13</font> | ||
<textcolor>selected</textcolor> | ||
</control> | ||
<control type="label"> | ||
<description>Last updated value</description> | ||
<left>0</left> | ||
<top>680</top> | ||
<height>25</height> | ||
<width>240</width> | ||
<label>$INFO[Window.Property(Updated)]</label> | ||
<font>font13_title</font> | ||
<textcolor>white</textcolor> | ||
<align>right</align> | ||
<aligny>center</aligny> | ||
</control> | ||
</control> | ||
</controls> | ||
</window> |
Oops, something went wrong.