86976b199bb91105a53b96a860188d28125c5186
[vuplus_openvuplus_3.0] / meta-bsp / recipes-vuplus / enigma2 / enigma2 / vusolo4k / skin_user_vusolo4k.xml
1 <skin>
2         <fonts>
3                 <font filename="nmsbd.ttf" name="VFD" scale="90"/>
4         </fonts>
5         <windowstyle type="skinned" id="1">
6                 <color name="Background" color="#ffffff" />
7                 <color name="LabelForeground" color="#000000" />
8                 <color name="ListboxBackground" color="#ffffff" />
9                 <color name="ListboxForeground" color="#000000" />
10                 <color name="ListboxSelectedBackground" color="#ffffff" />
11                 <color name="ListboxSelectedForeground" color="#000000" />
12                 <color name="ListboxMarkedBackground" color="#ffffff" />
13                 <color name="ListboxMarkedForeground" color="#000000" />
14                 <color name="ListboxMarkedAndSelectedBackground" color="#ffffff" />
15                 <color name="ListboxMarkedAndSelectedForeground" color="#000000" />
16                 <color name="WindowTitleForeground" color="#000000" />
17                 <color name="WindowTitleBackground" color="#ffffff" />
18         </windowstyle>
19         <screen name="InfoBarSummary" position="0,0" size="480,320" id="1">
20                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
21                         <convert type="ConditionalShowHide" />
22                 </widget>
23                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
24                         <convert type="ServiceInfo">IsCrypted</convert>
25                         <convert type="ConditionalShowHide" />
26                 </widget>
27                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
28                         <convert type="ServiceInfo">HasTelext</convert>
29                         <convert type="ConditionalShowHide" />
30                 </widget>
31                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
32                         <convert type="ServiceInfo">IsWidescreen</convert>
33                         <convert type="ConditionalShowHide" />
34                 </widget>
35                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
36                         <convert type="ServiceInfo">IsMultichannel</convert>
37                         <convert type="ConditionalShowHide" />
38                 </widget>
39                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
40                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
41                 </widget>
42
43                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
44                         <convert type="ClockToText">Format:%H:%M</convert>
45                 </widget>
46
47                 <widget source="session.CurrentService" render="Label" position="30,90" size="420,75" font="VFD;42" halign="left" valign="center">
48                         <convert type="ServiceName">Name</convert>
49                 </widget>
50                 <widget source="session.Event_Now" render="Label" position="30,175" size="420,75" font="VFD;40" halign="left" valign="center">
51                         <convert type="EventName">Name</convert>
52                 </widget>
53                 <widget source="session.Event_Now" render="Progress" position="30,260" size="420,40" borderWidth="2">
54                         <convert type="EventTime">Progress</convert>
55                 </widget>
56          </screen>
57          <screen name="ChannelSelection_summary" position="0,0" size="480,320" id="1">
58                 <widget source="parent.ServiceEvent" render="Label" position="30,90" size="420,75" font="VFD;42" halign="left" valign="center" >
59                         <convert type="ServiceName">Name</convert>
60                 </widget>
61                 <widget source="parent.ServiceEvent" render="Label" position="30,175" size="420,75" font="VFD;40" halign="left" valign="center" >
62                         <convert type="EventName">Name</convert>
63                 </widget>
64                 <widget source="session.Event_Now" render="Progress" position="30,260" size="420,40" borderWidth="2">
65                         <convert type="EventTime">Progress</convert>
66                 </widget>
67                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
68                         <convert type="ConditionalShowHide" />
69                 </widget>
70                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
71                         <convert type="ServiceInfo">IsCrypted</convert>
72                         <convert type="ConditionalShowHide" />
73                 </widget>
74                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
75                         <convert type="ServiceInfo">HasTelext</convert>
76                         <convert type="ConditionalShowHide" />
77                 </widget>
78                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
79                         <convert type="ServiceInfo">IsWidescreen</convert>
80                         <convert type="ConditionalShowHide" />
81                 </widget>
82                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
83                         <convert type="ServiceInfo">IsMultichannel</convert>
84                         <convert type="ConditionalShowHide" />
85                 </widget>
86                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
87                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
88                 </widget>
89
90                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
91                         <convert type="ClockToText">Format:%H:%M</convert>
92                 </widget>
93         </screen>
94         <screen name="InfoBarMoviePlayerSummary" position="0,0" size="480,320" id="1">
95                 <widget source="session.CurrentService" render="Label" position="30,90" size="420,170" font="VFD;40" halign="center" valign="center" >
96                         <convert type="ServiceName">Name</convert>
97                 </widget>
98                 <widget source="session.CurrentService" render="Progress" position="30,260" size="420,40" borderWidth="2">
99                         <convert type="ServicePosition">Position</convert>
100                 </widget>
101                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
102                         <convert type="ConditionalShowHide" />
103                 </widget>
104                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
105                         <convert type="ServiceInfo">IsCrypted</convert>
106                         <convert type="ConditionalShowHide" />
107                 </widget>
108                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
109                         <convert type="ServiceInfo">HasTelext</convert>
110                         <convert type="ConditionalShowHide" />
111                 </widget>
112                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
113                         <convert type="ServiceInfo">IsWidescreen</convert>
114                         <convert type="ConditionalShowHide" />
115                 </widget>
116                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
117                         <convert type="ServiceInfo">IsMultichannel</convert>
118                         <convert type="ConditionalShowHide" />
119                 </widget>
120                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
121                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
122                 </widget>
123
124                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
125                         <convert type="ClockToText">Format:%H:%M</convert>
126                 </widget>
127         </screen>
128         <screen name="ChoiceBox_summary" position="0,0" size="480,320" id="1">
129                 <widget source="parent.summary_list" render="Label" position="30,20" size="420,280" font="Regular;32" valign="center" />
130         </screen>
131         <screen name="MessageBox_summary" position="0,0" size="480,320" id="1">
132                 <widget source="parent.Text" render="Label" position="15,10" size="450,200" font="Regular;42" halign="center" valign="center" />
133                 <widget source="parent.selectedChoice" render="Label" position="15,210" size="450,90" font="Regular;48" halign="center" valign="center" />
134         </screen>
135         <screen name="MenuSummary" position="0,0" size="480,320" id="1">
136                 <widget source="parent.title" render="Label" position="15,100" size="450,90" font="VFD;52" halign="center" valign="center"/>
137                 <widget source="parent.menu" render="Label" position="15,190" size="450,120" font="VFD;52" halign="center" valign="center">
138                         <convert type="StringListSelection" />
139                 </widget>
140                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
141                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
142                 </widget>
143
144                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
145                         <convert type="ClockToText">Format:%H:%M</convert>
146                 </widget>
147                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
148                         <convert type="ConditionalShowHide" />
149                 </widget>
150                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
151                         <convert type="ServiceInfo">IsCrypted</convert>
152                         <convert type="ConditionalShowHide" />
153                 </widget>
154                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
155                         <convert type="ServiceInfo">HasTelext</convert>
156                         <convert type="ConditionalShowHide" />
157                 </widget>
158                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
159                         <convert type="ServiceInfo">IsWidescreen</convert>
160                         <convert type="ConditionalShowHide" />
161                 </widget>
162                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
163                         <convert type="ServiceInfo">IsMultichannel</convert>
164                         <convert type="ConditionalShowHide" />
165                 </widget>
166         </screen>
167         <screen name="ServiceScanSummary" position="0,0" size="480,320" id="1">
168                 <widget name="Title" position="15,10" size="450,130" font="VFD;48" transparent="1" />
169                 <widget name="Service" position="15,140" size="450,150" font="VFD;36" transparent="1" />
170                 <widget name="scan_progress" position="0,290" zPosition="1" borderWidth="2" size="480,25" backgroundColor="dark" />
171         </screen>
172         <screen name="SetupSummary" position="0,0" size="480,320" id="1">
173                 <widget source="SetupTitle" render="Label" position="15,80" size="450,60" font="VFD;52" />
174                 <widget source="SetupEntry" render="Label" position="15,140" size="450,120" font="VFD;42" />
175                 <widget source="SetupValue" render="Label" position="15,260" size="450,60" font="VFD;42" />
176                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
177                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
178                 </widget>
179
180                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
181                         <convert type="ClockToText">Format:%H:%M</convert>
182                 </widget>
183                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
184                         <convert type="ConditionalShowHide" />
185                 </widget>
186                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
187                         <convert type="ServiceInfo">IsCrypted</convert>
188                         <convert type="ConditionalShowHide" />
189                 </widget>
190                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
191                         <convert type="ServiceInfo">HasTelext</convert>
192                         <convert type="ConditionalShowHide" />
193                 </widget>
194                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
195                         <convert type="ServiceInfo">IsWidescreen</convert>
196                         <convert type="ConditionalShowHide" />
197                 </widget>
198                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
199                         <convert type="ServiceInfo">IsMultichannel</convert>
200                         <convert type="ConditionalShowHide" />
201                 </widget>
202         </screen>
203         <screen name="StandbySummary" position="0,0" size="480,320" id="1">
204                 <widget source="global.CurrentTime" render="Label" position="40,75" size="400,110" font="VFD;72" halign="center">
205                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
206                 </widget>
207
208                 <widget source="global.CurrentTime" render="Label" position="40,185" size="400,110" font="VFD;95" halign="center">
209                         <convert type="ClockToText">Format:%H:%M</convert>
210                 </widget>
211                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
212                         <convert type="ConditionalShowHide" />
213                 </widget>
214                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
215                         <convert type="ServiceInfo">IsCrypted</convert>
216                         <convert type="ConditionalShowHide" />
217                 </widget>
218                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
219                         <convert type="ServiceInfo">HasTelext</convert>
220                         <convert type="ConditionalShowHide" />
221                 </widget>
222                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
223                         <convert type="ServiceInfo">IsWidescreen</convert>
224                         <convert type="ConditionalShowHide" />
225                 </widget>
226                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
227                         <convert type="ServiceInfo">IsMultichannel</convert>
228                         <convert type="ConditionalShowHide" />
229                 </widget>
230         </screen>
231         <screen name="SimpleSummary" position="0,0" size="480,320" id="1">
232                 <widget source="parent.Title" render="Label" position="30,90" size="420,200" font="VFD;52" halign="center" valign="center" />
233                 <widget source="global.CurrentTime" render="Label" position="320,10" size="150,35" font="VFD;32" halign="right">
234                         <convert type="ClockToText">Format:%d.%m.%Y</convert>
235                 </widget>
236
237                 <widget source="global.CurrentTime" render="Label" position="320,45" size="150,35" font="VFD;32" halign="right">
238                         <convert type="ClockToText">Format:%H:%M</convert>
239                 </widget>
240                 <widget source="session.RecordState" render="Pixmap" pixmap="lcd_icons/REC.png" position="20,15"  size="55,42" alphatest="blend">
241                         <convert type="ConditionalShowHide" />
242                 </widget>
243                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/CRYPT.png" position="75,15"  size="55,42" alphatest="blend">
244                         <convert type="ServiceInfo">IsCrypted</convert>
245                         <convert type="ConditionalShowHide" />
246                 </widget>
247                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/TELETEXT.png" position="130,15" size="55,42" alphatest="blend">
248                         <convert type="ServiceInfo">HasTelext</convert>
249                         <convert type="ConditionalShowHide" />
250                 </widget>
251                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/16x9.png" position="185,15" size="55,42" alphatest="blend">
252                         <convert type="ServiceInfo">IsWidescreen</convert>
253                         <convert type="ConditionalShowHide" />
254                 </widget>
255                 <widget source="session.CurrentService" render="Pixmap" pixmap="lcd_icons/DOLBY.png" position="240,15" size="55,42" alphatest="blend">
256                         <convert type="ServiceInfo">IsMultichannel</convert>
257                         <convert type="ConditionalShowHide" />
258                 </widget>
259         </screen>
260         <screen name="MediaPlayerLCDScreen" position="0,0" size="480,320" id="1">
261                 <widget name="text1" position="25,20" size="450,130" font="VFD;48"/>
262                 <widget name="text3" position="25,155" size="450,75" font="VFD;36"/>
263                 <widget name="text4" position="25,240" size="450,75" font="VFD;36"/>
264         </screen>
265         <screen name="WizardSummary" position="0,0" size="480,320" id="1">
266                 <widget source="text" render="Label" position="15,10" size="450,80" font="VFD;40" transparent="1" />
267                 <widget source="parent.list" render="Label" position="15,100" size="450,220" font="VFD;32">
268                         <convert type="StringListSelection" />
269                 </widget>
270         </screen>
271 </skin>