add lcd contrast
[vuplus_dvbapp] / data / skin.xml
index b3a36d6..91e465a 100644 (file)
                        <widget name="ok" position="140,180" size="38,20" font="Arial;20" backgroundColor="green" />
                        <widget name="cancel" position="240,180" size="70,20" font="Arial;20" backgroundColor="red" />
                </screen>
-               <screen name="About" position="140,125" size="360,200" title="Setup">
+               <screen name="About" position="140,125" size="360,200" title="About">
+                       <widget name="text" position="10,30" size="420,40" font="Arial;20"/>
+                       <widget name="tuner" position="10,80" size="420,20"/>
+                       <widget name="tunerA" position="10,100" size="420,20"/>
+                       <widget name="tunerB" position="10,120" size="420,20"/>
+                       <widget name="hdd" position="10,150" size="420,20"/>
+                       <widget name="hddA" position="10,170" size="420,20"/>
+               </screen>
+               <screen name="Network" position="140,125" size="360,200" title="Network">
                        <widget name="text" position="10,30" size="420,40" font="Arial;20"/>
                        <widget name="tuner" position="10,80" size="420,20"/>
                        <widget name="tunerA" position="10,100" size="420,20"/>
                <screen name="ChannelSelection" position="90,100" size="560,420" title="Channel Selection">
                        <widget name="list" position="0,50" size="560,320" />
 <!--                   <widget name="okbutton" position="340,50" size="140,30" />-->
-                       <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" />
-                       <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" />
-                       <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" />
-                       <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" />
+                       <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Arial;21" />
+                       <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Arial;21" />
+                       <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" />
+                       <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" />
                </screen>
                <screen name="MovieSelection" position="150,100" size="400,420" title="Select-a-movie">
                        <widget name="list" position="0,50" size="400,300" />
                        <widget name="apply" position="10,240" size="250,35" />
                </screen>
                <screen name="MessageBox" position="0,300" size="720,10" title="Message">
-                       <widget name="text" position="0,0" size="500,0" font="Arial;25" />
+                       <widget name="text" position="0,0" size="650,0" font="Arial;22" />
                        <applet type="onLayoutFinish">
 # this should be factored out into some helper code, but currently demonstrated applets.
 from enigma import eSize, ePoint