save timing information after record
[enigma2.git] / data / skin.xml
index e8eae4092d464812ae58be17abc042a9be114e21..272627652eb0376604a2c7f8011f12251adb60e1 100644 (file)
@@ -9,6 +9,8 @@
                        <color name="blue"              value="#0000ff" />
                        <color name="yellow"    value="#c0c000" />
                        <color name="transparent"       value="#ffffffff" />
+                       
+                       <color name="transpBlack" value="#80000000" />
                </colors>
                <windowstyle type="skinned">
                        <color name="Background" color="#33294a6b" />
@@ -43,6 +45,9 @@
                <screen name="BouquetSelector" position="210,150" size="300,195" title="Choose bouquet">
                        <widget name="menu" position="10,10" size="280,175" scrollbarMode="showOnDemand" />
                </screen>
+               <screen name="ChannelContextMenu" position="210,150" size="300,195" title="Channellist menu">
+                       <widget name="menu" position="10,10" size="280,175" scrollbarMode="showOnDemand" />
+               </screen>
                <screen name="Scart" position="0,0" size="720,576">
                </screen>
                <screen name="ServiceInfo" position="160,120" size="400,330" title="Serviceinfo">
                        <widget name="Event_Next_StartTime" position="210,98" size="60,22" font="Regular;20" backgroundColor="dark" />
                        <widget name="Event_Now" position="273,68" size="282,22" font="Regular;20" backgroundColor="dark" />
                        <widget name="Event_Next" position="273,98" size="282,22" font="Regular;20" backgroundColor="dark" />
-                       <widget name="Event_Now_Duration" position="555,68" size="150,26" font="Regular;22" backgroundColor="dark" />
-                       <widget name="Event_Next_Duration" position="555,98" size="150,26" font="Regular;22" backgroundColor="dark" />
+                       <widget name="Event_Now_Duration" position="555,68" size="100,26" font="Regular;22" backgroundColor="dark" halign="right" />
+                       <widget name="Event_Next_Duration" position="555,98" size="100,26" font="Regular;22" backgroundColor="dark" halign="right" />
                        <widget name="Now_ProgressBar" position="304,60" size="121,8" zPosition="1" />
 
                        <widget name="ButtonRed" pixmap="/usr/share/enigma2/button_red.png" position="210,132" size="27,12" />
                        <widget name="list" position="100,100" size="550,375" scrollbarMode="showOnDemand" />
                        <eLabel position="500,40" size="220,60" text="help..." font="Regular;50" />
                </screen>
-               <screen name="PVRState" flags="wfNoBorder" position="100,100" size="150,50" >
-                       <widget name="state" position="0,0" size="150,50" font="Regular;25" halign="center" />
+               <screen name="PVRState" flags="wfNoBorder" position="70,70" size="150,30" backgroundColor="transpBlack" zPosition="2">
+                       <widget name="state" position="0,0" size="150,30" font="Regular;25" halign="center" 
+                               backgroundColor="transpBlack" foregroundColor="white" />
                </screen>
                <screen name="MessageBox" position="0,300" size="720,10" title="Message">
                        <widget name="text" position="60,10" size="650,0" font="Regular;22" />