forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogPictureInfo.xml
96 lines (95 loc) · 3.79 KB
/
DialogPictureInfo.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="139">
<defaultcontrol always="true">5</defaultcontrol>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<centerleft>50%</centerleft>
<posy>210</posy>
<width>900</width>
<height>664</height>
<include>DefDialogInfoPanel</include>
<control type="group">
<left>27</left>
<top>15</top>
<control type="label">
<description>Header Label</description>
<left>70</left>
<width>1000</width>
<posy>0</posy>
<include>FontTop</include>
<textcolor>Dark2</textcolor>
<label>13406</label>
</control>
<include>Kodi_Logo</include>
<!-- Lines -->
<control type="image">
<top>70</top>
<left>17</left>
<width>810</width>
<height>1</height>
<bottom>10</bottom>
<colordiffuse>Black12</colordiffuse>
<texture>common/white.png</texture>
</control>
</control>
<control type="list" id="5">
<posx>15</posx>
<posy>111</posy>
<bottom>7</bottom>
<width>870</width>
<height>552</height>
<onleft>Close</onleft>
<onright>Close</onright>
<onup>5</onup>
<ondown>5</ondown>
<itemlayout height="69" width="870">
<control type="image">
<width>870</width>
<height>66</height>
<texture border="5" colordiffuse="Black12">common/white.png</texture>
</control>
<control type="label">
<posx>30</posx>
<width>405</width>
<info>ListItem.Label</info>
</control>
<control type="label">
<right>30</right>
<width>405</width>
<align>right</align>
<font>Tiny</font>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="69" width="870">
<control type="image">
<width>870</width>
<height>66</height>
<texture border="5" colordiffuse="$VAR[ColorSelectOtherBar]">common/white.png</texture>
</control>
<control type="image">
<width>870</width>
<height>66</height>
<texture border="8" colordiffuse="$VAR[ColorHighlightOtherBar]">common/gradient-box-wide-cut.png</texture>
</control>
<control type="label">
<posx>30</posx>
<width>405</width>
<textcolor>Selected</textcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<right>30</right>
<width>405</width>
<align>right</align>
<font>Tiny</font>
<textcolor>Selected</textcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
</control>
</control>
</controls>
</window>