forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogContextMenu.xml
73 lines (72 loc) · 2.7 KB
/
DialogContextMenu.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="106">
<defaultcontrol always="true">1000</defaultcontrol>
<coordinates>
<origin x="0" y="0"/>
</coordinates>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<include>Animation.ZoomIn</include>
<include>Animation.FadeOut</include>
<top>208</top>
<centerleft>50%</centerleft>
<width>466</width>
<control type="image" id="999">
<description>background image</description>
<posx>8</posx>
<top>-15</top>
<posy>-16</posy>
<width>450</width>
<height>817</height>
<texture border="16" colordiffuse="White100">common/box.png</texture>
</control>
<control type="group">
<left>22</left>
<top>0</top>
<control type="label">
<description>Header Label</description>
<left>70</left>
<width>1000</width>
<posy>0</posy>
<include>FontTop</include>
<textcolor>Dark2</textcolor>
<label>10106</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>
<include content="Def_Gradient_Settings_Image">
<param name="controlid" value="996"/>
<param name="left" value="8"/>
<param name="top" value="90"/>
<param name="width" value="450"/>
</include>
<control type="grouplist" id="996">
<description>grouplist for context buttons</description>
<posx>8</posx>
<posy>0</posy>
<width>510</width>
<top>90</top>
<height max="700">auto</height>
<itemgap>0</itemgap>
<scrolltime>0</scrolltime>
<control type="button" id="1000">
<description>Buttons</description>
<include>DefContextButtonGradient</include>
<align>left</align>
</control>
</control>
</control>
</controls>
</window>