Fixed some problems with effect-enabled texts from not being displayed. Default theme...
[jspeed] / src / resources / themes / default / theme.xml
1 <theme> 
2 <detailscreen color="#fff">
3         <image>
4                 <xpos>0</xpos>
5                 <ypos>0</ypos>
6                 <src>background.png</src>
7         </image>
8 </detailscreen>
9 <orientation name="landscape">
10         <image>
11                 <xpos>0</xpos>
12                 <ypos>0</ypos>
13                 <src>background.png</src>
14         </image>
15         <text>
16                 <data>000</data>
17                 <font>digital7.ttf</font>
18                 <size>320</size>
19                 <xpos>100</xpos>
20                 <ypos>75</ypos>
21                 <color>#17202b</color>
22                 <align>right</align>
23                 <width>600</width>
24         </text>
25         <text>
26                 <data>{SPEED}</data>
27                 <font>digital7.ttf</font>
28                 <size>320</size>
29                 <xpos>100</xpos>
30                 <ypos>75</ypos>
31                 <color>#fff</color>
32                 <align>right</align>
33                 <width>600</width>
34                 <format>%.0f</format>
35                 <effect name="dropshadow">
36                         <xoffset>0</xoffset>
37                         <yoffset>0</yoffset>                    
38                         <radius>35</radius>
39                         <color>#a5efff</color>
40                 </effect>
41         </text>
42         <text>
43                 <data>{SPEEDUNIT}</data>
44                 <xpos>520</xpos>
45                 <ypos>402</ypos>
46                 <font>Nokia Sans Bold</font>
47                 <size>24</size>
48                 <color>#fff</color>
49                 <bold>true</bold>
50                 <effect name="dropshadow">
51                         <xoffset>0</xoffset>
52                         <yoffset>0</yoffset>
53                         <radius>35</radius>
54                         <color>#a5efff</color>
55                 </effect>
56         </text>
57 </orientation>
58 <orientation name="portrait">
59         <image>
60                 <xpos>0</xpos>
61                 <ypos>0</ypos>
62                 <src>background.png</src>
63         </image>
64         <text>
65                 <data>000</data>
66                 <font>digital7.ttf</font>
67                 <size>250</size>
68                 <xpos>0</xpos>
69                 <ypos>260</ypos>
70                 <color>#17202b</color>
71                 <align>right</align>
72                 <width>470</width>
73         </text>
74         <text>
75                 <data>{SPEED}</data>
76                 <font>digital7.ttf</font>
77                 <size>250</size>
78                 <xpos>0</xpos>
79                 <ypos>260</ypos>
80                 <color>#fff</color>
81                 <align>right</align>
82                 <width>470</width>
83                 <format>%.0f</format>
84                 <effect name="dropshadow">
85                         <xoffset>0</xoffset>
86                         <yoffset>0</yoffset>
87                         <radius>35</radius>
88                         <color>#a5efff</color>
89                 </effect>
90         </text>
91 </orientation>
92 </theme>