zaphistorybrowser: remove empty line from control file
[vuplus_dvbapp-plugin] / vxdcontrol / src / data / oled-7025.xml
1         <!--  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  -->
2         <!--  +++++++++++++++++++++++++++++++++++++++++++++ OLED 7025 ++++++++++++++++++++++++++++++++++++++++++++++++++  -->
3         <!--  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  -->
4         <windowstyle id="1" type="skinned">
5                 <color color="#000000" name="Background"/>
6                 <color color="#ffffff" name="LabelForeground"/>
7                 <color color="#000000" name="ListboxBackground"/>
8                 <color color="#ffffff" name="ListboxForeground"/>
9                 <color color="#000000" name="ListboxSelectedBackground"/>
10                 <color color="#ffffff" name="ListboxSelectedForeground"/>
11                 <color color="#000000" name="ListboxMarkedBackground"/>
12                 <color color="#ffffff" name="ListboxMarkedForeground"/>
13                 <color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
14                 <color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
15                 <color color="#ffffff" name="WindowTitleForeground"/>
16                 <color color="#000000" name="WindowTitleBackground"/>
17         </windowstyle>
18
19
20
21         <!-- ########## Summarys 7025 ##########  -->
22         <screen name="InfoBarSummary" position="0,0" size="132,64">
23                 <widget source="session.CurrentService" render="Label" position="1,0" size="130,38" font="OLED;16" halign="center" >
24                         <convert type="ServiceName">Name</convert>
25                 </widget>
26                 <widget source="session.Event_Now" render="Progress" position="3,36" size="126,4" borderWidth="1" >
27                         <convert type="EventTime">Progress</convert>
28                 </widget>
29                 <widget source="session.RecordState" render="FixedLabel" text="R" position="2,43" size="20,20" font="Regular;20" >
30                         <convert type="ConditionalShowHide">Blink</convert>
31                 </widget>
32                 <widget source="global.CurrentTime" render="Label" position="26,40" size="106,24" font="Regular;22" halign="left" >
33                         <convert type="ClockToText">WithSeconds</convert>
34                 </widget>
35         </screen>
36         <screen name="ChannelSelection_summary" position="0,0" size="132,64">
37                 <widget source="parent.ServiceEvent" render="Label" position="1,0" size="130,38" font="OLED;16" halign="center" >
38                         <convert type="ServiceName">Name</convert>
39                 </widget>
40                 <widget source="parent.ServiceEvent" render="Progress" position="3,36" size="126,4" borderWidth="1" >
41                         <convert type="EventTime">Progress</convert>
42                 </widget>
43                 <widget source="global.CurrentTime" render="Label" position="26,40" size="106,24" font="Regular;22" halign="left" >
44                         <convert type="ClockToText">WithSeconds</convert>
45                 </widget>
46         </screen>
47         <screen name="MenuSummary" position="0,0" size="132,64">
48                 <widget source="parent.title" render="Label" position="6,0" size="120,32" font="Regular;16" halign="center" valign="center"/>
49                 <widget source="parent.menu" render="Label" position="6,32" size="120,32" font="Regular;16" halign="center" valign="center">
50                         <convert type="StringListSelection" />
51                 </widget>
52         </screen>
53         <screen name="InfoBarMoviePlayerSummary" position="0,0" size="132,64">
54                 <widget source="session.CurrentService" render="Label" position="1,0" size="130,38" font="OLED;16" halign="center" >
55                         <convert type="ServiceName">Name</convert>
56                 </widget>
57                 <widget source="session.CurrentService" render="Progress" position="3,36" size="126,4" borderWidth="1" >
58                         <convert type="ServicePosition">Position</convert>
59                 </widget>
60                 <widget source="session.RecordState" render="FixedLabel" text="R" position="2,43" size="20,20" font="Regular;20" >
61                         <convert type="ConditionalShowHide">Blink</convert>
62                 </widget>
63                 <widget source="global.CurrentTime" render="Label" position="26,40" size="106,24" font="Regular;22" halign="left" >
64                         <convert type="ClockToText">WithSeconds</convert>
65                 </widget>
66         </screen>
67         <screen name="StandbySummary" position="0,0" size="132,64">
68                 <widget source="global.CurrentTime" render="Label" position="20,0" size="92,64" font="LCD;38" halign="center">
69                         <convert type="ClockToText">Format:%H:%M</convert>
70                 </widget>
71                 <widget source="session.RecordState" render="FixedLabel" text="R" position="2,43" size="20,20" font="Regular;20" >
72                         <convert type="ConditionalShowHide">Blink</convert>
73                 </widget>
74         </screen>
75         
76         
77         
78         
79         <!--  ##### END of Vali-Skin #####  -->
80 </skin>