-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-ui.xml
79 lines (65 loc) · 2.42 KB
/
settings-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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<mythuitheme>
<window name="rawsettingseditor">
<!-- Optional Items -->
<imagetype name="topbar" from="basetopbar" />
<textarea name="heading" from="baseheading">
<font>dgreensmall</font>
</textarea>
<shape name="infobg" from="basegreenbg">
<area>10,420,780,175</area>
<cornerradius>6</cornerradius>
</shape>
<!-- Required Items -->
<buttonlist name="settings" from="popupbuttonlist">
<area>15,45,400,375</area>
<scrollstyle>free</scrollstyle>
<wrapstyle>none</wrapstyle>
<buttonarea>0,0,400,375</buttonarea>
<statetype name="upscrollarrow">
<position>20,345</position>
<state type="off">
<imagetype name="upon">
<filename>shared/uparrow.png</filename>
<alpha>100</alpha>
</imagetype>
</state>
<state type="full">
<imagetype name="upoff">
<filename>shared/uparrow.png</filename>
</imagetype>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>345,350</position>
<state type="off">
<imagetype name="dnon">
<filename>shared/downarrow.png</filename>
<alpha>100</alpha>
</imagetype>
</state>
<state type="full">
<imagetype name="dnoff">
<filename>shared/downarrow.png</filename>
</imagetype>
</state>
</statetype>
</buttonlist>
<textarea name="label-text">
<area>15,425,770,35</area>
<font>dgreenlarge</font>
<align>allcenter</align>
</textarea>
<textedit name="settingvalue" from="basetexteditwide">
<position>15,465</position>
</textedit>
<button name="cancel" from="basesmallbutton">
<position>20,520</position>
<value>Cancel</value>
</button>
<button name="save" from="basesmallbutton">
<position>600,520</position>
<value>Save</value>
</button>
</window>
</mythuitheme>