blob: 7902588598418a8f834cfc26838e0203e5d3e438 (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
follows="left|top|right"
height="24"
layout="topleft"
name="conversation_list_item"
mouse_opaque="false"
width="120">
<avatar_icon
follows="top|left"
height="20"
default_icon_name="Generic_Person"
layout="topleft"
left="9"
top="2"
visible="false"
width="20" />
<group_icon
follows="top|left"
height="20"
default_icon_name="Generic_Group"
layout="topleft"
left="9"
top="2"
visible="false"
width="20" />
<icon
follows="top|left"
height="20"
image_name="Nearby_chat_icon"
layout="topleft"
left="10"
name="nearby_chat_icon"
top="3"
visible="false"
width="20"/>
<layout_stack
animate="false"
follows="all"
height="24"
layout="topleft"
left="30"
mouse_opaque="false"
name="conversation_item_stack"
orientation="horizontal"
top="0"
width="90">
<layout_panel
auto_resize="false"
user_resize="false"
height="24"
mouse_opaque="false"
name="call_icon_panel"
visible="false"
width="20">
<icon
height="18"
follows="top|right|left"
image_name="Conv_toolbar_open_call"
layout="topleft"
left="0"
name="selected_icon"
top="3"
width="18" />
</layout_panel>
<layout_panel
auto_resize="true"
user_resize="false"
height="24"
mouse_opaque="false"
name="conversation_title_panel"
width="70">
<text
follows="left|top|right"
font="SansSerifSmall"
height="15"
layout="topleft"
left="5"
name="conversation_title"
parse_urls="false"
top="6"
use_ellipses="true"
value="(loading)"
width="35" />
<output_monitor
auto_update="true"
follows="top|right"
draw_border="false"
height="16"
layout="topleft"
left_pad="5"
mouse_opaque="true"
name="speaking_indicator"
visible="false"
width="20" />
</layout_panel>
</layout_stack>
</panel>
|