Changed default and white themes to show a speed camera warning image. Small fix...
[jspeed] / src / resources / themes / default / theme.xml
index 9bfd8f3..c1ca87f 100644 (file)
                         <color>#a5efff</color>
                 </effect>
         </text>
+       <image>
+               <src>speedcamera.png</src>
+               <xpos>14</xpos>
+               <ypos>418</ypos>
+               <effect name="flicker">
+                       <interval>500</interval>
+               </effect>
+               <visiblewhen>poivisible</visiblewhen>
+       </image>
+       <text>
+               <data>{POIDISTANCE} {DISTANCEUNIT}</data>
+               <xpos>77</xpos>
+               <ypos>420</ypos>
+               <font>Nokia Sans Bold</font>
+               <size>20</size>
+               <color>#e4ff00</color>
+               <bold>true</bold>
+               <visiblewhen>poivisible</visiblewhen>
+       </text>
 </mainscreen>
 <mainscreen orientation="portrait">
        <image>
                         <color>#a5efff</color>
                 </effect>
         </text>
+       <image>
+               <src>speedcamera.png</src>
+                <xpos>14</xpos>
+                <ypos>738</ypos>
+                <effect name="flicker">
+                        <interval>500</interval>
+                </effect>
+                <visiblewhen>poivisible</visiblewhen>
+        </image>
+        <text>
+                <data>{POIDISTANCE} {DISTANCEUNIT}</data>
+                <xpos>77</xpos>
+                <ypos>740</ypos>
+                <font>Nokia Sans Bold</font>
+                <size>20</size>
+                <color>#e4ff00</color>
+                <bold>true</bold>
+                <visiblewhen>poivisible</visiblewhen>
+        </text>
 </mainscreen>
 </theme>