252fbaacc845f2296e5a27c3c03200db209930e0
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"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

14)       width="920"
David Blume first commit

David Blume authored 4 years ago

15)       height="51"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

16)       translation = "[30,40]"
David Blume first commit

David Blume authored 4 years ago

17)       color = "0x20600040" >
18)       <Label id="updates_title"
19)         text=""
20)         font = "font:SmallBoldSystemFont"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

21)         width="900"
David Blume first commit

David Blume authored 4 years ago

22)         height="40"
23)         translation = "[10,10]"
24)         horizAlign="left"
25)         vertAlign="top"
26)         wrap="true" />
27)     </Rectangle>
28)     <Rectangle id="updates_rect"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

29)       width="920"
David Blume first commit

David Blume authored 4 years ago

30)       height="440"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

31)       translation = "[30,90]"
David Blume first commit

David Blume authored 4 years ago

32)       color = "0x00800040" >
33)       <Label id="updates"
34)         text=""
dblume Make room for IPv6 addresses

dblume authored 1 year ago

35)         width="900"
David Blume first commit

David Blume authored 4 years ago

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"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

44)       width="920"
David Blume first commit

David Blume authored 4 years ago

45)       height="50"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

46)       translation = "[30,540]"
David Blume first commit

David Blume authored 4 years ago

47)       color = "0x40203040" >
48)       <Label id="updates_lower_title"
49)         text="updates_lower_title text"
50)         font = "font:SmallBoldSystemFont"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

51)         width="900"
David Blume first commit

David Blume authored 4 years ago

52)         height="40"
53)         translation = "[10,10]"
54)         horizAlign="left"
55)         vertAlign="top"
56)         wrap="true" />
57)     </Rectangle>
58)     <Rectangle id="updates_lower_rect"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

59)       width="920"
David Blume first commit

David Blume authored 4 years ago

60)       height="440"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

61)       translation = "[30,590]"
David Blume first commit

David Blume authored 4 years ago

62)       color = "0x60202040" >
63)       <Label id="updates_lower"
64)         text="updates_lower text"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

65)         width="900"
David Blume first commit

David Blume authored 4 years ago

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"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

74)       width="920"
David Blume first commit

David Blume authored 4 years ago

75)       height="51"
76)       translation = "[960,40]"
77)       color = "0x20004040" >
78)       <Label id="updates_right_title"
79)         text=""
80)         font = "font:SmallBoldSystemFont"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

81)         width="900"
David Blume first commit

David Blume authored 4 years ago

82)         height="40"
83)         translation = "[10,10]"
84)         horizAlign="left"
85)         vertAlign="top"
86)         wrap="true" />
87)     </Rectangle>
88)     <Rectangle id="updates_right_rect"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

89)       width="920"
David Blume first commit

David Blume authored 4 years ago

90)       height="940"
91)       translation = "[960,90]"
92)       color = "0x00002040" >
93)       <Label id="updates_right"
dblume Make room for IPv6 addresses

dblume authored 1 year ago

94)         width="908"
David Blume first commit

David Blume authored 4 years ago

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"
David Blume poster.blendColor alpha wor...

David Blume authored 4 years ago

115)       blendColor="0x60C0FFE0"
David Blume Remove unused QR images; Ad...

David Blume authored 4 years ago

116)       translation="[1790,960]" />
David Blume first commit

David Blume authored 4 years ago

117) 
118)     <Timer
119)       id = "textTimer"
120)       repeat = "true"
121)       duration = "4" />
122)   </children>
David Blume Add test support for DIAL;...

David Blume authored 4 years ago

123)   <interface>
124)     <field id="pucidHash" type="string" />
125)   </interface>
126)   <script type="text/brightscript" uri="pkg:/components/dxb.brs" />