dd251c458fa222c779505bcbf0b244047f37362d
David Blume first commit

David Blume authored 4 years ago

1) <?xml version="1.0" encoding="utf-8" ?>
2) <component name="dxb" extends="Scene">
3)   <children>
4)     <Label id="title"
5)       text="dxb"
6)       font = "font:LargeBoldSystemFont"
7)       width="1000"
8)       height="100"
9)       translation = "[860, 40]"
10)       horizAlign="right"
11)       vertAlign="top" />
12) 
13)     <Rectangle id="updates_title_rect"
14)       width="900"
15)       height="51"
16)       translation = "[50,40]"
17)       color = "0x20600040" >
18)       <Label id="updates_title"
19)         text=""
20)         font = "font:SmallBoldSystemFont"
21)         width="880"
22)         height="40"
23)         translation = "[10,10]"
24)         horizAlign="left"
25)         vertAlign="top"
26)         wrap="true" />
27)     </Rectangle>
28)     <Rectangle id="updates_rect"
29)       width="900"
30)       height="440"
31)       translation = "[50,90]"
32)       color = "0x00800040" >
33)       <Label id="updates"
34)         text=""
35)         width="880"
36)         height="420"
37)         translation = "[10,10]"
38)         horizAlign="left"
39)         vertAlign="top"
40)         wrap="true" />
41)     </Rectangle>
42) 
43)     <Rectangle id="updates_lower_title_rect"
44)       width="900"
45)       height="50"
46)       translation = "[50,540]"
47)       color = "0x40203040" >
48)       <Label id="updates_lower_title"
49)         text="updates_lower_title text"
50)         font = "font:SmallBoldSystemFont"
51)         width="880"
52)         height="40"
53)         translation = "[10,10]"
54)         horizAlign="left"
55)         vertAlign="top"
56)         wrap="true" />
57)     </Rectangle>
58)     <Rectangle id="updates_lower_rect"
59)       width="900"
60)       height="440"
61)       translation = "[50,590]"
62)       color = "0x60202040" >
63)       <Label id="updates_lower"
64)         text="updates_lower text"
65)         width="880"
66)         height="420"
67)         translation = "[10,10]"
68)         horizAlign="left"
69)         vertAlign="top"
70)         wrap="true" />
71)     </Rectangle>
72) 
73)     <Rectangle id="updates_right_title_rect"
74)       width="900"
75)       height="51"
76)       translation = "[960,40]"
77)       color = "0x20004040" >
78)       <Label id="updates_right_title"
79)         text=""
80)         font = "font:SmallBoldSystemFont"
81)         width="880"
82)         height="40"
83)         translation = "[10,10]"
84)         horizAlign="left"
85)         vertAlign="top"
86)         wrap="true" />
87)     </Rectangle>
88)     <Rectangle id="updates_right_rect"
89)       width="900"
90)       height="940"
91)       translation = "[960,90]"
92)       color = "0x00002040" >
93)       <Label id="updates_right"
94)         width="880"
95)         height="920"
96)         translation = "[10,10]"
97)         horizAlign="left"
98)         vertAlign="top"
99)         wrap="true" />
100)     </Rectangle>
David Blume Remove unused QR images; Ad...

David Blume authored 4 years ago

101)     <Label id="merch"
102)         text="Source code and more at dblu.me/dxb"
103)         width="810"
104)         height="50"
105)         translation = "[970,990]"
106)         horizAlign="right"
107)         vertAlign="top"
108)         color = "0x52C7F880"
109)         wrap="true" />
110)     <Poster
111)       id="qr"
112)       uri="pkg:/images/qr_87.png"
113)       width="60.0"
114)       height="60.0"
115)       blendColor="0x60C0FF10"
116)       translation="[1790,960]" />