blob: df05d50dc520c32fdbb983d44179587614a7adcc (
plain)
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
width="305"
height="40"
layout="topleft">
<text name="hint_title"
font="SansSerifMedium"
left="8"
right="290"
top="8"
bottom="20"
follows="left|right|top"
text_color="Black"
wrap="false"/>
<layout_stack left="0"
top="25"
width="305"
height="0"
follows="left|top|right"
orientation="horizontal">
<layout_panel auto_resize="true" width="100"/>
<layout_panel auto_resize="true" width="0">
<icon name="hint_image"
top="0"
left="0"
height="0"
width="0"
follows="all"/>
</layout_panel>
<layout_panel auto_resize="true" width="100"/>
</layout_stack>
<text name="hint_text"
left="8"
right="297"
top="30"
bottom="30"
follows="left|right|bottom"
text_color="Black"
wrap="true"/>
<button right="297"
top="8"
width="16"
height="16"
name="close"
follows="right|top"
image_color="DkGray"
image_unselected="Icon_Close_Foreground"
image_selected="Icon_Close_Press"/>
</panel>
|