forked from MythTV-Themes/Steppes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notification-ui.xml
165 lines (147 loc) · 6.46 KB
/
notification-ui.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.xsd">
<mythuitheme>
<window name="notification" include="steppes-notice.xml">
<area>100%-950,20,-50,250</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
<line color="#00FFFF" width="3" />
</shape>
<group name="info" from="notice-info" />
</window>
<window name="notification-image" include="steppes-notice.xml">
<area>100%-1020,20,-50,250</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
<line color="#00FFFF" width="3" />
</shape>
<statetype name="mediastate">
<area>0,0,100%,100%</area>
<state name="ok"/>
<state name="noartwork">
<area>0,0,100%,100%</area>
<imagetype name="imageartwork">
<!-- Artist: Vargas21 http://www.iconarchive.com/show/aquave-metal-icons-by-vargas21/Music-icon.html -->
<filename>noartwork.png</filename>
<area>10,10,170,180</area>
</imagetype>
</state>
</statetype>
<statetype name="errorstate">
<area>10,10,170,170</area>
<state name="ok"/>
<state name="error">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Error-icon.html -->
<filename>error.png</filename>
<area>10,10,170,180</area>
</imagetype>
</state>
<state name="check">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Select-icon.html -->
<filename>check.png</filename>
<area>10,10,170,180</area>
</imagetype>
</state>
<state name="warning">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Alert-icon.html -->
<filename>warning.png</filename>
<area>10,10,170,180</area>
</imagetype>
</state>
<state name="busy">
<area>0,0,100%,100%</area>
<imagetype name="animation">
<area>20,20,140,150</area>
<filepattern low="1" high="72">Images/Busy/busy%1.png</filepattern>
<delay>70</delay>
</imagetype>
</state>
</statetype>
<imagetype name="image" depends="!mediastate&!errorstate">
<filename>damaged.png</filename>
<area>10,10,170,180</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<group name="info" from="notice-info">
<area>170,0,100%,100%</area>
</group>
</window>
<window name="notification-full" include="steppes-notice.xml">
<area>0,0,100%,100%</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
<line alpha="0" width="0" />
</shape>
<statetype name="mediastate">
<area>0,0,100%,100%</area>
<state name="ok"/>
<state name="noartwork">
<area>0,0,100%,100%</area>
<imagetype name="imageartwork">
<!-- Artist: Vargas21 http://www.iconarchive.com/show/aquave-metal-icons-by-vargas21/Music-icon.html -->
<filename>noartwork512.png</filename>
<area>0,0,100%,100%</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</state>
</statetype>
<statetype name="errorstate">
<area>105,100%-450,190,200</area>
<state name="ok"/>
<state name="error">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Error-icon.html -->
<filename>error.png</filename>
<area>10,10,170,180</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</state>
<state name="check">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Select-icon.html -->
<filename>check.png</filename>
<area>10,10,170,180</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</state>
<state name="warning">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux http://www.iconarchive.com/show/phuzion-icons-by-kyo-tux/Sign-Alert-icon.html -->
<filename>warning.png</filename>
<area>10,10,170,180</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</state>
<state name="busy">
<area>0,0,100%,100%</area>
<imagetype name="animation">
<area>20,20,140,150</area>
<filepattern low="1" high="72">Images/Busy/busy%1.png</filepattern>
<delay>70</delay>
</imagetype>
</state>
</statetype>
<imagetype name="image" depends="!mediastate&!errorstate">
<filename>Backgrounds/background.png</filename>
<area>10,10,-10,-10</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<group name="info" from="notice-info" depends="title|description|extra">
<area>200,100%-250,-200,200</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
<line color="#00FFFF" width="3" />
<fill color="#000000" alpha="128" />
</shape>
</group>
</window>
</mythuitheme>