more complete implementation of national option character subsets
[enigma2.git] / data / skin.xml
1 <skin>
2         <colors>
3                 <color name="white"     value="#ffffff" />
4                 <color name="black"     value="#000000" />
5                 <color name="dark"      value="#33294a6b" />
6
7                 <color name="red"       value="#f23d21" />
8                 <color name="green"     value="#389416" />
9                 <color name="blue"      value="#0064c7" />
10                 <color name="yellow"    value="#bab329" />
11                 <color name="transparent"       value="#ffffffff" />
12
13                 <color name="transpBlack" value="#80000000" />
14         </colors>
15         
16                 <!-- this is for the main screen -->
17         <windowstyle type="skinned" id="0">
18                 <title offset="20,5" font="Regular;20" />
19                 <color name="Background" color="#33294a6b" />
20                 <color name="LabelForeground" color="#ffffff" />
21                 <color name="ListboxBackground" color="#33294a6b" />
22                 <color name="ListboxForeground" color="#ffffff" />
23                 <color name="ListboxSelectedBackground" color="#225b7395" />
24                 <color name="ListboxSelectedForeground" color="#ffffff" />
25                 <color name="ListboxMarkedBackground" color="#ff0000" />
26                 <color name="ListboxMarkedForeground" color="#ffffff" />
27                 <color name="ListboxMarkedAndSelectedBackground" color="#800000" />
28                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
29                 <color name="WindowTitleForeground" color="#ffffff" />
30                 <color name="WindowTitleBackground" color="#33294a6b" />
31                 <borderset name="bsWindow">
32                         <pixmap pos="bpTopLeft"     filename="b_w_tl.png" />
33                         <pixmap pos="bpTop"         filename="b_w_t.png"  />
34                         <pixmap pos="bpTopRight"    filename="b_w_tr.png" />
35                         <pixmap pos="bpLeft"        filename="b_w_l.png"  />
36                         <pixmap pos="bpRight"       filename="b_w_r.png"  />
37                         <pixmap pos="bpBottomLeft"  filename="b_w_bl.png" />
38                         <pixmap pos="bpBottom"      filename="b_w_b.png"  />
39                         <pixmap pos="bpBottomRight" filename="b_w_br.png" />
40                 </borderset>
41         </windowstyle>
42                 
43         <!-- this is for LCD -->
44         <windowstyle type="skinned" id="1">
45                 <color name="Background" color="#000000" />
46                 <color name="LabelForeground" color="#ffffff" />
47                 <color name="ListboxBackground" color="#000000" />
48                 <color name="ListboxForeground" color="#ffffff" />
49                 <color name="ListboxSelectedBackground" color="#000000" />
50                 <color name="ListboxSelectedForeground" color="#ffffff" />
51                 <color name="ListboxMarkedBackground" color="#000000" />
52                 <color name="ListboxMarkedForeground" color="#ffffff" />
53                 <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
54                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
55                 <color name="WindowTitleForeground" color="#ffffff" />
56                 <color name="WindowTitleBackground" color="#000000" />
57         </windowstyle>
58
59         <fonts>
60                 <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
61                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
62         </fonts>
63
64                 <screen name="InfoBar" flags="wfNoBorder" position="0,330" size="720,198" title="InfoBar" backgroundColor="transparent" >
65                         
66                         <widget source="RadioText" render="Label" position="50,0" size="620,50" font="LCD;25" backgroundColor="transparent">
67                                 <convert type="RadioText">RadioText</convert>
68                         </widget>
69
70                         <ePixmap position="0,50" zPosition="-1" size="720,148" pixmap="info-bg.png" />
71 <!-- not used in this skin yet -->                      
72                         <widget name="NimA" position="0,50" size="0,0" />
73                         <widget name="NimB" position="0,50" size="0,0" />
74                         <widget name="NimA_Active" position="0,50" size="0,0" />
75                         <widget name="NimB_Active" position="0,50" size="0,0" />
76
77 <!--                    'teletext available'
78                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,40" size="28,15">
79                                 <convert type="ServiceInfo">TeletextAvailable</convert>
80                                 <convert type="ConditionalShowHide" />
81                         </widget>
82 -->
83
84 <!-- ............................................................................. -->
85                         <eLabel text="SNR:" position="195,50" size="40,22" font="Regular;15" transparent="1" />
86                         <eLabel text="AGC:" position="275,50" size="40,22" font="Regular;15" transparent="1" />
87                         <eLabel text="BER:" position="355,50" size="40,22" font="Regular;15" transparent="1" />
88                         
89                         <widget source="FrontendStatus" render="Label" position="232,50" size="40,22" font="Regular;15" transparent="1" >
90                                 <convert type="FrontendInfo">SNR</convert>
91                         </widget>
92                         <widget source="FrontendStatus" render="Label" position="314,50" size="40,22" font="Regular;15" transparent="1" >
93                                 <convert type="FrontendInfo">AGC</convert>
94                         </widget>
95                         <widget source="FrontendStatus" render="Label" position="392,50" size="53,22" font="Regular;15" transparent="1" >
96                                 <convert type="FrontendInfo">BER</convert>
97                         </widget>
98                         
99                         <widget source="FrontendStatus" render="Progress" position="447,51" size="88,6" pixmap="rtgbar.png" >
100                                 <convert type="FrontendInfo">SNR</convert>
101                         </widget>
102                         <widget source="FrontendStatus" render="Progress" position="447,58" size="88,6" pixmap="rtgbar.png" >
103                                 <convert type="FrontendInfo">AGC</convert>
104                         </widget> 
105                         <widget source="FrontendStatus" render="Progress" position="447,65" size="88,6" >
106                                 <convert type="FrontendInfo">BER</convert>
107                         </widget>
108
109                         <widget name="BlinkingPoint" pixmap="record.png" position="430,81" zPosition="2" size="58,25" alphatest="on" />
110                         
111                                 <!-- show 'is crypted' icon when service is crypted. -->
112                         <widget source="CurrentService" render="Pixmap" pixmap="crypt.png" position="570,90" size="12,15" >
113                                 <convert type="ServiceInfo">IsCrypted</convert>
114                                 <convert type="ConditionalShowHide" />
115                         </widget>
116                         
117                                 <!-- show 'multichannel' icon when service has multichannel 
118                                      audio. -->
119                         <widget source="CurrentService" render="Pixmap" pixmap="dolby.png" position="585,90" size="25,15">
120                                 <convert type="ServiceInfo">IsMultichannel</convert>
121                                 <convert type="ConditionalShowHide" />
122                         </widget>
123                         
124                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,90" size="28,15">
125                                 <convert type="ServiceInfo">IsWidescreen</convert>
126                                 <convert type="ConditionalShowHide" />
127                         </widget>
128
129                         <widget source="CurrentService" render="Label" position="69,76" size="427,34" font="Regular;22" backgroundColor="#101258" >
130                                 <convert type="ServiceName">Name</convert>
131                                 <!-- <convert type="ServiceName">Provider</convert> -->
132                         </widget>
133                         
134                         <widget source="CurrentTime" render="Label" position="575,60" size="90,30" backgroundColor="dark" font="Regular;19" >
135                                 <convert type="ClockToText">WithSeconds</convert>
136                         </widget>
137                         
138                         <widget source="Event_Now" render="Label" position="210,118" size="60,22" font="Regular;20" backgroundColor="dark">
139                                 <convert type="EventTime">StartTime</convert>
140                                 <convert type="ClockToText">Default</convert>
141                         </widget>
142                         <widget source="Event_Next" render="Label" position="210,148" size="60,22" font="Regular;20" backgroundColor="dark">
143                                 <convert type="EventTime">StartTime</convert>
144                                 <convert type="ClockToText">Default</convert>
145                         </widget>
146                         <widget source="Event_Now" render="Label" position="273,118" size="282,22" font="Regular;20" backgroundColor="dark">
147                                 <convert type="EventName">Name</convert>
148                         </widget>
149                         <widget source="Event_Next" render="Label" position="273,148" size="282,22" font="Regular;20" backgroundColor="dark">
150                                 <convert type="EventName">Name</convert>
151                         </widget>
152                         <widget source="Event_Now" render="Label" position="555,118" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
153                                 <convert type="EventTime">Remaining</convert>
154                                 <convert type="RemainingToText">InMinutes</convert>
155                         </widget>
156                         <widget source="Event_Next" render="Label" position="555,148" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
157                                 <convert type="EventTime">Duration</convert>
158                                 <convert type="ClockToText">InMinutes</convert>
159                         </widget>
160                         <widget source="Event_Now" render="Progress" position="304,110" size="121,8" zPosition="1">
161                                 <convert type="EventTime">Progress</convert>
162                         </widget>
163
164                                 <!-- red button: is recording possible? -->
165                         <widget source="RecordingPossible" render="Pixmap" pixmap="button_red.png" position="210,182" size="27,12" >
166                                 <convert type="ConditionalShowHide" />
167                         </widget>
168                         
169                         <widget source="RecordingPossible" render="FixedLabel" text="Record" position="240,180" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1">
170                                 <convert type="ConditionalShowHide" />
171                         </widget>
172                         
173                         <widget source="CurrentService" render="Pixmap" pixmap="button_green.png" position="320,182" size="27,12" >
174                                 <convert type="ServiceInfo">SubservicesAvailable</convert>
175                                 <convert type="ConditionalShowHide" />
176                         </widget>
177                         <widget source="CurrentService" render="FixedLabel" text="Subservices" position="350,180" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
178                                 <convert type="ServiceInfo">SubservicesAvailable</convert> 
179                                 <convert type="ConditionalShowHide" />
180                         </widget>
181                         
182                         <widget source="TimeshiftPossible" render="Pixmap" pixmap="button_yellow.png" position="430,182" size="27,12" >
183                                 <convert type="ConditionalShowHide" />
184                         </widget>
185                         <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,180" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
186                                 <convert type="ConditionalShowHide" />
187                         </widget>
188                         <widget source="ExtensionsAvailable" render="Pixmap" pixmap="button_blue.png" position="540,182" size="27,12" >
189                                 <convert type="ConditionalShowHide" />
190                         </widget>
191                         <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="570,180" size="95,22" font="Regular;14" backgroundColor="blue" transparent="1" >
192                                 <convert type="ConditionalShowHide" />
193                         </widget>
194                 </screen>
195
196                 <screen name="MoviePlayer" flags="wfNoBorder" position="0,370" size="720,148" title="InfoBar">
197                         <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
198                         <ePixmap position="210,83" zPosition="0" size="433,42" pixmap="dvr-buttons.png" />
199
200                         <widget source="CurrentService" render="Label" position="69,25" size="427,26" font="Regular;22" backgroundColor="#101258" >
201                                 <convert type="ServiceName">Name</convert>
202                         </widget>
203
204                         <widget source="CurrentService" render="Label" position="575,10" size="90,25" backgroundColor="dark" font="Regular;19" >
205                                 <convert type="ServicePosition">Position</convert>
206                         </widget>
207
208                         <widget source="CurrentService" render="Label" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18">
209                                 <convert type="ServicePosition">Remaining</convert>
210                         </widget>
211                         <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" foregroundColor="#225b7395">
212                                 <convert type="ServicePosition">Gauge</convert>
213                         </widget>
214                 </screen>
215 </skin>