forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAddonBrowser.xml
137 lines (136 loc) · 6.01 KB
/
AddonBrowser.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="20">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50</views>
<controls>
<control type="list" id="12344">
<left>-100</left>
<top>-100</top>
<width>1</width>
<height>1</height>
<itemlayout/>
<focusedlayout/>
<content target="addonbrowser">addons://outdated/</content>
</control>
<include>GlobalBackground</include>
<include>Furniture_Header</include>
<include>Furniture_Clock</include>
<include>Furniture_NowPlaying</include>
<include>Furniture_Weather</include>
<include>View_50_List_Square</include>
<control type="group">
<include>Animation.FadeIn</include>
<include>Animation.FadeOut</include>
<visible>ControlGroup(9000).HasFocus()</visible>
<include>GlobalOverlay</include>
</control>
<control type="group">
<height>481</height>
<include>Def9000Background</include>
<control type="group">
<control type="image">
<description>arrow image</description>
<centerleft>50%</centerleft>
<posy>-16</posy>
<width>16</width>
<height>16</height>
<texture colordiffuse="White70" flipy="true">common/arrow-small.png</texture>
</control>
<control type="image">
<description>arrow image</description>
<centerleft>50%</centerleft>
<posy>480</posy>
<width>16</width>
<height>16</height>
<texture colordiffuse="White70" flipy="false">common/arrow-small.png</texture>
</control>
</control>
<control type="group">
<left>22</left>
<top>22</top>
<control type="label">
<description>Header Label</description>
<left>70</left>
<width>1000</width>
<posy>0</posy>
<include>FontTop</include>
<textcolor>Dark2</textcolor>
<label>14018</label>
</control>
<include>Kodi_Logo</include>
<!-- Lines -->
<control type="image">
<top>70</top>
<left>17</left>
<width>385</width>
<height>1</height>
<bottom>10</bottom>
<colordiffuse>Black12</colordiffuse>
<texture>common/white.png</texture>
</control>
</control>
<control type="image">
<top>110</top>
<left>8</left>
<height>70</height>
<width>450</width>
<texture colordiffuse="$VAR[ColorSelectOtherBar]">common/white.png</texture>
<visible>ControlGroup(9000).HasFocus()</visible>
<animation effect="slide" end="0,70" time="0" condition="Integer.IsGreater(Container(9000).Position,0)">Conditional</animation>
<animation effect="slide" end="0,70" time="0" condition="Integer.IsGreater(Container(9000).Position,1)">Conditional</animation>
<animation effect="slide" end="0,70" time="0" condition="Integer.IsGreater(Container(9000).Position,2)">Conditional</animation>
<animation effect="slide" end="0,70" time="0" condition="Integer.IsGreater(Container(9000).Position,3)">Conditional</animation>
</control>
<control type="grouplist" id="9000">
<top>110</top>
<scrolltime>0</scrolltime>
<include>Def9000GroupList</include>
<control type="button" id="2">
<description>View</description>
<include>DefContextButtonGradient</include>
<align>left</align>
</control>
<control type="button" id="3">
<description>Sort</description>
<include>DefContextButtonGradient</include>
<align>left</align>
</control>
<control type="togglebutton" id="4">
<description>Ascending/Descending</description>
<include>DefContextButtonGradient</include>
<label>584</label>
<align>left</align>
<altlabel>585</altlabel>
</control>
<control type="button" id="9">
<description>Check for updates</description>
<label>24034</label>
<align>left</align>
<include>DefContextButtonGradient</include>
</control>
<control type="radiobutton" id="5">
<description>Enable auto-updates</description>
<label>24063</label>
<align>left</align>
<include>DefContextButtonGradient</include>
</control>
<control type="radiobutton" id="6">
<description>No notifications</description>
<label>25000</label>
<align>left</align>
<include>DefContextButtonGradient</include>
</control>
<!--<control type="button" id="98">
<description>Open Player Controls</description>
<include>DefContextButton</include>
<align>left</align>
<label>31015</label>
<onclick>ActivateWindow(playercontrols)</onclick>
<visible>Player.HasMedia</visible>
</control>-->
</control>
</control>
</controls>
</window>