Added some effects to graphics elements and changed default theme a bit.
[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 </orientation>
43 <orientation name="portrait">
44         <image>
45                 <xpos>0</xpos>
46                 <ypos>0</ypos>
47                 <src>background.png</src>
48         </image>
49         <text>
50                 <data>000</data>
51                 <font>digital7.ttf</font>
52                 <size>250</size>
53                 <xpos>0</xpos>
54                 <ypos>260</ypos>
55                 <color>#17202b</color>
56                 <align>right</align>
57                 <width>470</width>
58         </text>
59         <text>
60                 <data>{SPEED}</data>
61                 <font>digital7.ttf</font>
62                 <size>250</size>
63                 <xpos>0</xpos>
64                 <ypos>260</ypos>
65                 <color>#fff</color>
66                 <align>right</align>
67                 <width>470</width>
68                 <format>%.0f</format>
69                 <effect name="dropshadow">
70                         <xoffset>0</xoffset>
71                         <yoffset>0</yoffset>
72                         <radius>35</radius>
73                         <color>#a5efff</color>
74                 </effect>
75         </text>
76 </orientation>
77 </theme>