-
Notifications
You must be signed in to change notification settings - Fork 1
/
image-base.xml
216 lines (213 loc) · 9.5 KB
/
image-base.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<buttonlist name="imageinfolist" from="baseitemlist">
<area>25,75,550,-75</area>
<statetype name="buttonitem">
<area>0,0,100%,40</area>
<state name="active">
<area>0,0,100%,40</area>
<shape name="background" from="basecontrolbackground">
<area>0,0,100%,100%</area>
<fill color="#000000" alpha="255" />
<alpha>200</alpha>
</shape>
<shape name="topseparator" from="baseitemseparator_h">
<position>0,0</position>
</shape>
<shape name="itemseparator" from="baseitemseparator_h">
<position>0,100%</position>
</shape>
<textarea name="name" from="basetext_s">
<area>5,0,50%-10,100%</area>
<alpha>100</alpha>
</textarea>
<textarea name="value" from="basetext_s">
<area>50%,0,-5,100%</area>
<alpha>100</alpha>
</textarea>
</state>
<state name="selectedactive" from="active">
<area>0,0,100%,40</area>
<shape name="defaultbackground">
<alpha>0</alpha>
</shape>
<shape name="background" from="basecontrolbackground">
<area>0,0,100%,100%</area>
<fill color="#191919" alpha="255" />
<alpha>200</alpha>
</shape>
<shape name="topseparator"/>
<shape name="itemseparator"/>
<textarea name="name">
<alpha>255</alpha>
</textarea>
<textarea name="value">
<scroll direction="horizontal" />
<cutdown>no</cutdown>
<alpha>255</alpha>
</textarea>
</state>
<state name="inactive" from="active"/>
<state name="selectedinactive" from="selectedactive">
<textarea name="name">
<alpha>100</alpha>
</textarea>
<textarea name="value">
<alpha>100</alpha>
</textarea>
</state>
</statetype>
</buttonlist>
<buttonlist name="imagelist">
<area>35,60,-25,-60</area>
<buttonarea>0,0,100%,100%</buttonarea>
<align>top,hcenter</align>
<layout>grid</layout>
<scrollstyle>free</scrollstyle>
<wrapstyle>flowing</wrapstyle>
<spacing>20</spacing>
<statetype name="buttonitem">
<area>0,0,165,175</area>
<state name="active">
<area>0,0,165,175</area>
<group name="imageitem">
<area>0,0,100%,100%</area>
<shape name="bottomseparator" from="baseseparator_h">
<position>0,100%</position>
<alpha>100</alpha>
</shape>
<!-- show icon depending of type -->
<statetype name="buttontype" depends="!parenttype&!buttoncheck">
<area>10,10,32,32</area>
<state name="subfolder">
<area>0,0,100%,100%</area>
<imagetype name="icon" from="baseicon">
<filename>images/icons/MusicDirectory.png</filename>
</imagetype>
</state>
<state name="device">
<area>0,0,100%,100%</area>
<imagetype name="icon" from="baseicon">
<filename>images/icons/Storage.png</filename>
</imagetype>
</state>
<state name="image"/>
<state name="video">
<area>0,0,100%,100%</area>
<imagetype name="icon" from="baseicon">
<filename>images/icons/Movie.png</filename>
</imagetype>
</state>
<alpha>100</alpha>
</statetype>
<!-- Show up arrow on parent dir with ancestors -->
<statetype name="parenttype">
<area>50%-16,5,32,32</area>
<state name="upfolder">
<area>0,0,100%,100%</area>
<imagetype name="icon" from="baseicon">
<area>0,4,24,24</area>
<filename>images/ArrowUpBig.png</filename>
</imagetype>
</state>
<alpha>100</alpha>
</statetype>
<textarea name="childcount" from="basetext_s" depends="!parenttype">
<area>40,5,-10,32</area>
<align>right,vcenter</align>
<alpha>100</alpha>
</textarea>
<group name="images">
<area>5,0,-5,-40</area>
<imagetype name="defaultimage" depends="!buttonimage&!folderimage&!videoimage&!thumbimage0">
<area>0,45,100%,100%</area>
<preserveaspect>true</preserveaspect>
<filename>images/icons/ArtworkHuge.png</filename>
<alpha>50</alpha>
</imagetype>
<imagetype name="folderimage">
<area>0,45,100%,100%</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<imagetype name="videoimage">
<area>0,45,100%,100%</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<imagetype name="thumbimage0">
<area>0,45,100%,100%</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<imagetype name="buttonimage">
<area>0,10,100%,100%</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<alpha>150</alpha>
</group>
<!-- Shows that the image was marked/selected -->
<shape name="cutout" depends="buttoncheck">
<area>8,8,36,36</area>
<type>ellipse</type>
<fill color="#000000" alpha="255" />
<line color="#000000" alpha="0" width="0" />
</shape>
<statetype name="buttoncheck">
<area>10,10,32,32</area>
<state type="full">
<area>0,0,100%,100%</area>
<imagetype name="icon" from="baseicon">
<filename>images/icons/Playlist.png</filename>
</imagetype>
</state>
<alpha>100</alpha>
</statetype>
<textarea name="buttontext" from="basetext_s" depends="!parenttype">
<area>5,100%-37,-5,32</area>
<align>center</align>
<alpha>100</alpha>
</textarea>
<textarea name="backtext" from="basetext_s" depends="parenttype">
<area>5,100%-37,-5,32</area>
<align>center</align>
<alpha>100</alpha>
<value>Back</value>
</textarea>
</group>
</state>
<state name="selectedactive" from="active">
<shape name="whiteframe" from="baseframe">
<area>-5,-5,100%+10,100%+4</area>
<type>box</type>
<alpha>150</alpha>
</shape>
<statetype name="parenttype">
<alpha>255</alpha>
</statetype>
<statetype name="buttontype">
<alpha>255</alpha>
</statetype>
<textarea name="childcount">
<alpha>255</alpha>
</textarea>
<group name="images">
<alpha>255</alpha>
</group>
<shape name="cutout"/>
<statetype name="buttoncheck">
<alpha>255</alpha>
</statetype>
<textarea name="buttontext">
<scroll direction="horizontal" />
<cutdown>no</cutdown>
<alpha>255</alpha>
</textarea>
<textarea name="backtext">
<alpha>255</alpha>
</textarea>
<shape name="bottomseparator">
<alpha>255</alpha>
</shape>
</state>
</statetype>
</buttonlist>
</mythuitheme>