d9becb094d2659ff1b6ad23146c5c4acbaca7595
[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                 <uppercase>true</uppercase>
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 </orientation>
59 <orientation name="portrait">
60         <image>
61                 <xpos>0</xpos>
62                 <ypos>0</ypos>
63                 <src>background.png</src>
64         </image>
65         <text>
66                 <data>000</data>
67                 <font>digital7.ttf</font>
68                 <size>250</size>
69                 <xpos>0</xpos>
70                 <ypos>260</ypos>
71                 <color>#17202b</color>
72                 <align>right</align>
73                 <width>470</width>
74         </text>
75         <text>
76                 <data>{SPEED}</data>
77                 <font>digital7.ttf</font>
78                 <size>250</size>
79                 <xpos>0</xpos>
80                 <ypos>260</ypos>
81                 <color>#fff</color>
82                 <align>right</align>
83                 <width>470</width>
84                 <format>%.0f</format>
85                 <effect name="dropshadow">
86                         <xoffset>0</xoffset>
87                         <yoffset>0</yoffset>
88                         <radius>35</radius>
89                         <color>#a5efff</color>
90                 </effect>
91         </text>
92         <text>
93                 <data>{SPEEDUNIT}</data>
94                 <xpos>330</xpos>
95                 <ypos>522</ypos>
96                 <font>Nokia Sans Bold</font>
97                 <size>22</size>
98                 <color>#fff</color>
99                 <bold>true</bold>
100                 <uppercase>true</uppercase>
101                 <effect name="dropshadow">
102                         <xoffset>0</xoffset>
103                         <yoffset>0</yoffset>
104                         <radius>35</radius>
105                         <color>#a5efff</color>
106                 </effect>
107         </text>
108 </orientation>
109 </theme>