Added zpos attribute to all elements. Changed architecture to allow detailscreen...
[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 </mainscreen>
59 <mainscreen orientation="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>{SPEEDUNIT}</data>
77                 <xpos>330</xpos>
78                 <ypos>522</ypos>
79                 <font>Nokia Sans Bold</font>
80                 <size>22</size>
81                 <color>#fff</color>
82                 <bold>true</bold>
83                 <uppercase>true</uppercase>
84                 <effect name="dropshadow">
85                         <xoffset>0</xoffset>
86                         <yoffset>0</yoffset>
87                         <radius>35</radius>
88                         <color>#a5efff</color>
89                 </effect>
90          </text>
91          <text>
92                 <data>{SPEED}</data>
93                 <font>digital7.ttf</font>
94                 <size>250</size>
95                 <xpos>0</xpos>
96                 <ypos>260</ypos>
97                 <color>#fff</color>
98                 <align>right</align>
99                 <width>470</width>
100                 <format>%.0f</format>
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 </mainscreen>
109 </theme>