(ralfk) add 2/5 to skip +/-1 seconds, modify 7/9 to skip 300 seconds instead of 270
[enigma2.git] / data / skin.xml
index c096a5fe0efff0e36b218cfeb621a7a53fc252a8..c3560295e5a8e650ee20a13891e067699dfd86fe 100644 (file)
                        <pixmap pos="bpBottomRight" filename="b_w_br.png" />
                </borderset>
        </windowstyle>
-
-               <!-- this is for LCD -->
-       <windowstyle type="skinned" id="1">
-               <color name="Background" color="#000000" />
-               <color name="LabelForeground" color="#ffffff" />
-               <color name="ListboxBackground" color="#000000" />
-               <color name="ListboxForeground" color="#ffffff" />
-               <color name="ListboxSelectedBackground" color="#000000" />
-               <color name="ListboxSelectedForeground" color="#ffffff" />
-               <color name="ListboxMarkedBackground" color="#000000" />
-               <color name="ListboxMarkedForeground" color="#ffffff" />
-               <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
-               <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
-               <color name="WindowTitleForeground" color="#ffffff" />
-               <color name="WindowTitleBackground" color="#000000" />
-       </windowstyle>
-
+               
        <fonts>
                <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
                <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
        </fonts>
 
-               <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar">
+               <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar" backgroundColor="transparent" >
                        <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
 <!-- not used in this skin yet -->                     
                        <widget name="NimA" position="0,0" size="0,0" />
 -->
 
 <!-- ............................................................................. -->
-                       <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" />
+<!--                   <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" /> -->
                        <eLabel text="AGC:" position="275,0" size="40,22" font="Regular;15" transparent="1" />
                        <eLabel text="BER:" position="355,0" size="40,22" font="Regular;15" transparent="1" />
                        
-                       <widget source="FrontendStatus" render="Label" position="232,0" size="40,22" font="Regular;15" transparent="1" >
-                               <convert type="FrontendInfo">SNR</convert>
+                       <widget source="FrontendStatus" render="Label" position="195,0" size="77,22" font="Regular;15" transparent="1" >
+                               <convert type="FrontendInfo">SNRdB</convert>
                        </widget>
                        <widget source="FrontendStatus" render="Label" position="314,0" size="40,22" font="Regular;15" transparent="1" >
                                <convert type="FrontendInfo">AGC</convert>
                        </widget>
-                       <widget source="FrontendStatus" render="Label" position="392,0" size="53,22" font="Regular;15" transparent="1" >
+                       <widget source="FrontendStatus" render="Label" position="392,2" size="53,20" font="Regular;13" transparent="1" >
                                <convert type="FrontendInfo">BER</convert>
                        </widget>