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