Added new theme. Made detail screen also themable.
[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         </text>
36 </orientation>
37 <orientation name="portrait">
38         <image>
39                 <xpos>0</xpos>
40                 <ypos>0</ypos>
41                 <src>background.png</src>
42         </image>
43         <text>
44                 <data>000</data>
45                 <font>digital7.ttf</font>
46                 <size>250</size>
47                 <xpos>0</xpos>
48                 <ypos>260</ypos>
49                 <color>#17202b</color>
50                 <align>right</align>
51                 <width>470</width>
52         </text>
53         <text>
54                 <data>{SPEED}</data>
55                 <font>digital7.ttf</font>
56                 <size>250</size>
57                 <xpos>0</xpos>
58                 <ypos>260</ypos>
59                 <color>#fff</color>
60                 <align>right</align>
61                 <width>470</width>
62                 <format>%.0f</format>
63         </text>
64 </orientation>
65 </theme>