Couple of more options added to text element.
[jspeed] / src / resources / themes / default / theme.xml
index 066d2b5..d9becb0 100644 (file)
@@ -47,6 +47,7 @@
                <size>24</size>
                <color>#fff</color>
                <bold>true</bold>
+               <uppercase>true</uppercase>
                <effect name="dropshadow">
                        <xoffset>0</xoffset>
                        <yoffset>0</yoffset>
                         <color>#a5efff</color>
                 </effect>
        </text>
+       <text>
+                <data>{SPEEDUNIT}</data>
+                <xpos>330</xpos>
+                <ypos>522</ypos>
+                <font>Nokia Sans Bold</font>
+                <size>22</size>
+                <color>#fff</color>
+                <bold>true</bold>
+                <uppercase>true</uppercase>
+                <effect name="dropshadow">
+                        <xoffset>0</xoffset>
+                        <yoffset>0</yoffset>
+                        <radius>35</radius>
+                        <color>#a5efff</color>
+                </effect>
+        </text>
 </orientation>
 </theme>