-
Notifications
You must be signed in to change notification settings - Fork 0
/
appear-ui.xml
executable file
·61 lines (56 loc) · 2.4 KB
/
appear-ui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<mythuitheme>
<window name="appearance">
<area>0,0,100%,100%</area>
<imagetype name="wallpaper">
<filename>images/backgrounds/tv/tv_monoscopio.jpg</filename>
<area>0,0,100%,100%</area>
</imagetype>
<group name="appearance_title" from="group_title">
<textarea name="text_window_title"><value>Appearance Wizard</value></textarea>
</group>
<group name="appearance_content">
<animation trigger="AboutToShow">
<section duration="350">
<alpha start="0" end="255" easingcurve="OutQuart"/>
<position start="0,1280" end="-1,-1" />
</section>
</animation>
<shape name="shape_alert">
<area>350,210,580,295</area>
<type>box</type>
<fill color="#000000" alpha="225" />
<line color="#AAAAAA" alpha="150" width="1" />
</shape>
<textarea name="alert" from="textarea_base">
<area>370,230,540,80</area>
<value>Move the selected arrow to the corner of the TV screen. Press SELECT to edit the other arrow. Press MENU for options and ESC to quit.</value>
<multiline>yes</multiline>
<align>hcenter,top</align>
</textarea>
<imagetype name="topleft">
<position>0,0</position>
<filename>topleft.png</filename>
</imagetype>
<imagetype name="bottomright">
<filename>bottomright.png</filename>
<position>800,600</position>
</imagetype>
<textarea name="size" from="textarea_base">
<area>370,350,540,40</area>
<value>1280 x 720</value>
<align>allcenter</align>
</textarea>
<textarea name="offsets" from="textarea_base">
<area>370,390,540,40</area>
<value>0 x 0</value>
<align>allcenter</align>
</textarea>
<textarea name="changeamount" from="textarea_base">
<area>370,430,540,40</area>
<value>1 pixel</value>
<align>allcenter</align>
</textarea>
</group>
</window>
</mythuitheme>