move lcd windowstyle to skin_default.xml (fast workaround for non correct
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 22 Jan 2007 23:40:56 +0000 (23:40 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 22 Jan 2007 23:40:56 +0000 (23:40 +0000)
lcd in other than our default skin)

data/skin.xml
data/skin_default.xml

index 2f6027c1933c6c76e806b1e41be70c6149f4215f..36f732558d9c681690a027b917fd869f0c083796 100644 (file)
                </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" />
index 5ad897d92a2b85634da83030807cd35b7d127e89..2b032fd3a020e66a1958313bb537e9393977ff7d 100644 (file)
@@ -501,4 +501,20 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
                <widget name="key8" position="135,65" size="130,30" font="Regular;16" halign="center" />
                <widget name="key9" position="265,65" size="130,30" font="Regular;16" halign="center" />
        </screen>
+               
+       <!-- 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>
 </skin>