blob: 47f366d857f43671fe48b9f770b35dca8161ef11 (
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
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" standalone="yes" ?>
<panel
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
fit_parent="true"
follows="all"
height="120"
label="Experiences"
layout="topleft"
left="0"
name="panel_experience_info"
top_pad="0">
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
layout="topleft"
left_pad="4"
name="title"
text_color="White"
top="2"
value="Experience Info"
use_ellipses="true"
right="-3"/>
<text
follows="top|left|right"
font="SansSerifBig"
height="20"
layout="topleft"
left_pad="4"
name="name_label"
text_color="White"
left="8"
top_delta="28"
value="Name"
use_ellipses="true"
right="-3" />
<text
follows="top|left|right"
font="SansSerif"
height="20"
layout="topleft"
left_pad="8"
name="experience_name"
text_color="White"
left="16"
top_delta="22"
value="[loading...]"
use_ellipses="true"
right="-3" />
<text
follows="top|left|right"
font="SansSerifBig"
height="20"
left="8"
layout="topleft"
left_pad="4"
name="desc_label"
text_color="White"
top_delta="22"
value="Description"
use_ellipses="true"
right="-3" />
<expandable_text
follows="top|left|right"
font="SansSerif"
height="20"
layout="topleft"
left_pad="8"
name="experience_desc"
text_color="White"
left="16"
top_delta="22"
value="[loading...]"
use_ellipses="true"
right="-3"
word_wrap="true" />
</panel>
|