Initial commit.
[jspeed] / src / resources / themes / default / theme.xml
1 <theme>
2 <orientation name="landscape">
3         <image>
4                 <xpos>0</xpos>
5                 <ypos>0</ypos>
6                 <src>background.png</src>
7         </image>
8         <text>
9                 <data>000</data>
10                 <font>digital7.ttf</font>
11                 <size>320</size>
12                 <xpos>100</xpos>
13                 <ypos>75</ypos>
14                 <color>#17202b</color>
15                 <align>right</align>
16                 <width>600</width>
17         </text>
18         <text>
19                 <data>{SPEED}</data>
20                 <font>digital7.ttf</font>
21                 <size>320</size>
22                 <xpos>100</xpos>
23                 <ypos>75</ypos>
24                 <color>#fff</color>
25                 <align>right</align>
26                 <width>600</width>
27                 <format>%.0f</format>
28         </text>
29 </orientation>
30 <orientation name="portrait">
31         <image>
32                 <xpos>0</xpos>
33                 <ypos>0</ypos>
34                 <src>background.png</src>
35         </image>
36         <text>
37                 <data>000</data>
38                 <font>digital7.ttf</font>
39                 <size>230</size>
40                 <xpos>0</xpos>
41                 <ypos>260</ypos>
42                 <color>#17202b</color>
43                 <align>right</align>
44                 <width>450</width>
45         </text>
46         <text>
47                 <data>{SPEED}</data>
48                 <font>digital7.ttf</font>
49                 <size>230</size>
50                 <xpos>0</xpos>
51                 <ypos>260</ypos>
52                 <color>#fff</color>
53                 <align>right</align>
54                 <width>450</width>
55                 <format>%.0f</format>
56         </text>
57 </orientation>
58 </theme>