Couple of more options added to text element.
[jspeed] / src / resources / themes / default / theme.xml
old mode 100755 (executable)
new mode 100644 (file)
index a05dafe..d9becb0
@@ -1,4 +1,11 @@
-<theme>
+<theme> 
+<detailscreen color="#fff">
+       <image>
+               <xpos>0</xpos>
+               <ypos>0</ypos>
+               <src>background.png</src>
+       </image>
+</detailscreen>
 <orientation name="landscape">
        <image>
                <xpos>0</xpos>
                <align>right</align>
                <width>600</width>
                <format>%.0f</format>
+               <effect name="dropshadow">
+                       <xoffset>0</xoffset>
+                       <yoffset>0</yoffset>                    
+                       <radius>35</radius>
+                       <color>#a5efff</color>
+               </effect>
+       </text>
+       <text>
+               <data>{SPEEDUNIT}</data>
+               <xpos>520</xpos>
+               <ypos>402</ypos>
+               <font>Nokia Sans Bold</font>
+               <size>24</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>
 <orientation name="portrait">
        <text>
                <data>000</data>
                <font>digital7.ttf</font>
-               <size>230</size>
+               <size>250</size>
                <xpos>0</xpos>
                <ypos>260</ypos>
                <color>#17202b</color>
                <align>right</align>
-               <width>450</width>
+               <width>470</width>
        </text>
        <text>
                <data>{SPEED}</data>
                <font>digital7.ttf</font>
-               <size>230</size>
+               <size>250</size>
                <xpos>0</xpos>
                <ypos>260</ypos>
                <color>#fff</color>
                <align>right</align>
-               <width>450</width>
+               <width>470</width>
                <format>%.0f</format>
+               <effect name="dropshadow">
+                        <xoffset>0</xoffset>
+                        <yoffset>0</yoffset>
+                        <radius>35</radius>
+                        <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>