-
Notifications
You must be signed in to change notification settings - Fork 0
/
news-ui.xml
242 lines (197 loc) · 7.67 KB
/
news-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
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.xsd">
<mythuitheme>
<!-- Home -> Information Center -> News Feeds
-->
<window name="news">
<group name="PageHeading" from="basePageHeading">
<group name="Heading">
<textarea name="text">
<value>News Feeds</value>
</textarea>
</group>
</group>
<buttonlist name="siteslist" from="groupsList">
<align>vcenter,left</align>
<area>40,5,1300,700</area>
<buttonarea>25,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<area>0,0,100%,100%</area>
<state name="inactive">
<area>20,0,420,105</area>
</state>
<state name="selectedinactive">
<area>0,0,460,105</area>
</state>
<state name="active" from="inactive">
<area>10,0,-10,55</area>
<shape name="groupBorder">
<area>0,0,100%,100%</area>
</shape>
</state>
<state name="selectedactive" from="active">
<area>0,0,100%,55</area>
<shape name="groupBorder">
<area>6,0,-6,100%</area>
<type>roundbox</type>
<fill style="gradient">
<gradient start="#603060" end="#000000" alpha="255"
direction="vertical" />
</fill>
<line color="#50EFDF" alpha="240" width="4" />
<cornerradius>10</cornerradius>
</shape>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>0,100%-120</position>
</statetype>
<statetype name="downscrollarrow">
<position>0,100%-90</position>
</statetype>
</buttonlist>
<buttonlist name="articleslist" from="siteslist">
<area>555,5,1300,700</area>
<buttonarea>0,0,100%-25,100%</buttonarea>
<scrollstyle>free</scrollstyle>
<statetype name="buttonitem">
<area>0,0,1300,700</area>
<state name="inactive">
<area>100%-460,0,460,105</area>
</state>
<state name="selectedinactive">
<area>100%-470,0,480,105</area>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>100%,100%-120</position>
</statetype>
<statetype name="downscrollarrow">
<position>100%,100%-90</position>
</statetype>
</buttonlist>
<group name="details">
<area>30,710,-30,-100</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
</shape>
<textarea name="nosites" from="basetextarea">
<area>20,20,-20,-20</area>
<align>center</align>
<multiline>yes</multiline>
</textarea>
<textarea name="title" from="basetextarea">
<area>20,5,-20,60</area>
<font>mylarge</font>
<multiline>no</multiline>
</textarea>
<imagetype name="thumbnail">
<area>100%-200,10,180,120</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<textarea name="description" from="basetextarea">
<area>20,55,-200,-45</area>
<multiline>yes</multiline>
</textarea>
<textarea name="updated" from="basetextarea">
<area>100%-650,100%-50,-10,45</area>
<font>mysmall</font>
<align>right,vcenter</align>
</textarea>
<imagetype name="enclosures">
<filename>enclosures.png</filename>
<position>30,100%-40</position>
</imagetype>
<imagetype name="download">
<filename>need-download.png</filename>
<position>130,100%-40</position>
</imagetype>
<imagetype name="ispodcast">
<filename>podcast.png</filename>
<position>230,100%-40</position>
</imagetype>
</group>
</window>
<!-- Home -> Information Center -> News Feeds -> 'E'
-->
<window name="editor">
<group name="PageHeading" from="basePageHeading">
<group name="Heading">
<textarea name="title" from="text" />
</group>
</group>
<group name="dialog">
<area>50%-670,120,1340,600</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
</shape>
<textarea name="namelabel" from="labeltext">
<position>0,50</position>
</textarea>
<textedit name="name" from="basewidetextedit">
<area>270,50,-60,105</area>
</textedit>
<textarea name="urllabel" from="namelabel">
<position>0,155</position>
</textarea>
<textedit name="url" from="name">
<position>270,155</position>
</textedit>
<textarea name="iconlabel" from="namelabel">
<position>0,260</position>
</textarea>
<textedit name="icon" from="name">
<position>270,260</position>
</textedit>
<checkbox name="podcast_check" from="basecheckbox">
<position>270,365</position>
</checkbox>
<textarea name="podcastlabel" from="labelcheckbox">
<position>320,365</position>
</textarea>
<group name="buttons">
<area>270, 100%-90, 800, 100%</area>
<button name="cancel" from="varbuttonleft">
<value>Cancel</value>
</button>
<button name="ok" from="varbuttonright">
<value>OK</value>
</button>
</group>
</group>
</window>
<!-- Home -> Setup -> Info Center Settings -> News Settings
-->
<window name="config">
<group name="PageHeading" from="basePageHeading">
<group name="Heading">
<textarea name="text">
<value>News Subscriptions</value>
</textarea>
</group>
</group>
<group name="msggroup" from="baseMsgGroupBanner">
<textarea name="help" from="msgText">
<value>Choose the news sites you would like to read.</value>
</textarea>
</group>
<group name="dialog">
<area>50%-760,50,1520,-300</area>
<shape name="background" from="basewidgetshape">
<area>0,0,100%,100%</area>
</shape>
<buttonlist name="category" from="basebuttonlist">
<area>20,20,600,-20</area>
</buttonlist>
<buttonlist name="sites" from="basechecklist">
<area>680,20,800,-20</area>
</buttonlist>
<!--
<textarea name="context_switch" from="basetextarea">
<area>20,550,760,50</area>
<multiline>yes</multiline>
</textarea>
-->
</group>
</window>
</mythuitheme>