forked from MythTV-Themes/blue-abstract-wide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appear-ui.xml
55 lines (43 loc) · 1.86 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<!-- The screen where the user can adjust the monitor. -->
<window name="appearance">
<imagetype name="background" from="base_background"/>
<!-- The header is not shown so that the user can see
the arrow on the top left on the screen -->
<!-- this is the background for the information at the bottom -->
<shape name="appearance_background" from="base_background_shape">
<area>350,250,580,220</area>
</shape>
<shape name="blackout">
<type>box</type>
<fill style="solid" color="#000000"></fill>
</shape>
<imagetype name="preview">
<filename>preview.png</filename>
<preserveaspect>false</preserveaspect>
</imagetype>
<textarea name="part1" from="base_textarea">
<area>370,250,540,100</area>
<value>Move the selected corner of the preview image to the corner of the TV screen. Press SELECT to edit the other corner. Press MENU for options and ESC to quit.</value>
<multiline>yes</multiline>
<align>allcenter</align>
</textarea>
<shape name="title_separator" from="base_background_shape">
<area>351,350,578,1</area>
</shape>
<textarea name="size" from="base_textarea">
<area>370,360,540,36</area>
<align>allcenter</align>
</textarea>
<textarea name="offsets" from="base_textarea">
<area>370,390,540,36</area>
<align>allcenter</align>
</textarea>
<textarea name="changeamount" from="base_textarea">
<area>370,420,540,36</area>
<align>allcenter</align>
</textarea>
</window>
</mythuitheme>