forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom_WidgetSelect.xml
119 lines (118 loc) · 5.03 KB
/
Custom_WidgetSelect.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="1106" type="dialog">
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<include>DefDialogBackground</include>
<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>31269</label>
</control>
<include>Kodi_Logo</include>
<!-- Lines -->
<control type="image">
<top>70</top>
<left>17</left>
<right>40</right>
<height>1</height>
<bottom>10</bottom>
<colordiffuse>Black12</colordiffuse>
<texture>common/white.png</texture>
</control>
</control>
<control type="list" id="9000">
<left>8</left>
<width>1064</width>
<posy>110</posy>
<height>726</height>
<onup>9000</onup>
<ondown>9000</ondown>
<itemlayout height="66" width="1064">
<control type="label">
<left>30</left>
<right>30</right>
<font>Small</font>
<textcolor>Black70</textcolor>
<height>66</height>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>30</left>
<right>30</right>
<textcolor>Black70</textcolor>
<align>right</align>
<height>66</height>
<aligny>center</aligny>
<font>Small</font>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="66" width="1064">
<control type="image">
<width>100%</width>
<height>100%</height>
<texture colordiffuse="$VAR[ColorSelectOtherBar]">common/white.png</texture>
</control>
<control type="image">
<width>100%</width>
<height>100%</height>
<texture border="8" colordiffuse="$VAR[ColorHighlightOtherBar]">common/gradient-box-wide.png</texture>
</control>
<control type="label">
<left>30</left>
<right>30</right>
<height>66</height>
<font>Small</font>
<aligny>center</aligny>
<textcolor>Selected</textcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>30</left>
<right>30</right>
<align>right</align>
<height>66</height>
<aligny>center</aligny>
<textcolor>Selected</textcolor>
<font>Small</font>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>16018</label>
<onclick>Close</onclick>
<onclick>Skin.SetString(home.slideshowpath,pvr/background.jpg)</onclick>
</item>
<item>
<label>31271</label>
<onclick>Close</onclick>
<onclick>Skin.SetImage(home.slideshowpath)</onclick>
</item>
<item>
<label>31272</label>
<onclick>Close</onclick>
<onclick>Skin.SetPath(home.slideshowpath)</onclick>
</item>
<item>
<label>31105</label>
<onclick>Close</onclick>
<onclick>Skin.Reset(home.slideshowpath)</onclick>
<onclick>RunScript(script.skinshortcuts,type=shortcuts&grouping=video&skinList=home.fallbackwidget&skinLabel=home.fallbackwidget.name&skinType=home.fallbackwidget.type)</onclick>
</item>
</content>
</control>
</control>
</controls>
</window>