Changed default and white themes to show a speed camera warning image. Small fix...
[jspeed] / src / resources / themes / default / theme.xml
1 <theme> 
2 <detailscreen orientation="both" color="#fff">
3         <image>
4                 <xpos>0</xpos>
5                 <ypos>0</ypos>
6                 <src>background.png</src>
7         </image>
8 </detailscreen>
9 <mainscreen orientation="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>{SPEEDUNIT}</data>
27                 <xpos>520</xpos>
28                 <ypos>402</ypos>
29                 <font>Nokia Sans Bold</font>
30                 <size>24</size>
31                 <color>#fff</color>
32                 <bold>true</bold>
33                 <uppercase>true</uppercase>
34                 <effect name="dropshadow">
35                         <xoffset>0</xoffset>
36                         <yoffset>0</yoffset>
37                         <radius>35</radius>
38                         <color>#a5efff</color>
39                 </effect>
40         </text>
41         <text>
42                 <data>{SPEED}</data>
43                 <font>digital7.ttf</font>
44                 <size>320</size>
45                 <xpos>100</xpos>
46                 <ypos>75</ypos>
47                 <color>#fff</color>
48                 <align>right</align>
49                 <width>600</width>
50                 <format>%.0f</format>
51                 <effect name="dropshadow">
52                         <xoffset>0</xoffset>
53                         <yoffset>0</yoffset>
54                         <radius>35</radius>
55                         <color>#a5efff</color>
56                 </effect>
57         </text>
58         <image>
59                 <src>speedcamera.png</src>
60                 <xpos>14</xpos>
61                 <ypos>418</ypos>
62                 <effect name="flicker">
63                         <interval>500</interval>
64                 </effect>
65                 <visiblewhen>poivisible</visiblewhen>
66         </image>
67         <text>
68                 <data>{POIDISTANCE} {DISTANCEUNIT}</data>
69                 <xpos>77</xpos>
70                 <ypos>420</ypos>
71                 <font>Nokia Sans Bold</font>
72                 <size>20</size>
73                 <color>#e4ff00</color>
74                 <bold>true</bold>
75                 <visiblewhen>poivisible</visiblewhen>
76         </text>
77 </mainscreen>
78 <mainscreen orientation="portrait">
79         <image>
80                 <xpos>0</xpos>
81                 <ypos>0</ypos>
82                 <src>background.png</src>
83         </image>
84         <text>
85                 <data>000</data>
86                 <font>digital7.ttf</font>
87                 <size>250</size>
88                 <xpos>0</xpos>
89                 <ypos>260</ypos>
90                 <color>#17202b</color>
91                 <align>right</align>
92                 <width>470</width>
93         </text>
94         <text>
95                 <data>{SPEEDUNIT}</data>
96                 <xpos>330</xpos>
97                 <ypos>522</ypos>
98                 <font>Nokia Sans Bold</font>
99                 <size>22</size>
100                 <color>#fff</color>
101                 <bold>true</bold>
102                 <uppercase>true</uppercase>
103                 <effect name="dropshadow">
104                         <xoffset>0</xoffset>
105                         <yoffset>0</yoffset>
106                         <radius>35</radius>
107                         <color>#a5efff</color>
108                 </effect>
109          </text>
110          <text>
111                 <data>{SPEED}</data>
112                 <font>digital7.ttf</font>
113                 <size>250</size>
114                 <xpos>0</xpos>
115                 <ypos>260</ypos>
116                 <color>#fff</color>
117                 <align>right</align>
118                 <width>470</width>
119                 <format>%.0f</format>
120                 <effect name="dropshadow">
121                         <xoffset>0</xoffset>
122                         <yoffset>0</yoffset>
123                         <radius>35</radius>
124                         <color>#a5efff</color>
125                 </effect>
126         </text>
127         <image>
128                 <src>speedcamera.png</src>
129                 <xpos>14</xpos>
130                 <ypos>738</ypos>
131                 <effect name="flicker">
132                         <interval>500</interval>
133                 </effect>
134                 <visiblewhen>poivisible</visiblewhen>
135         </image>
136         <text>
137                 <data>{POIDISTANCE} {DISTANCEUNIT}</data>
138                 <xpos>77</xpos>
139                 <ypos>740</ypos>
140                 <font>Nokia Sans Bold</font>
141                 <size>20</size>
142                 <color>#e4ff00</color>
143                 <bold>true</bold>
144                 <visiblewhen>poivisible</visiblewhen>
145         </text>
146 </mainscreen>
147 </theme>