blob: e439fc9005d1ec7d06acb00bd466789dd5331cea (
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater
can_close="true"
can_minimize="true"
can_resize="true"
height="430"
layout="topleft"
min_height="50"
name="floater_im_box"
help_topic="floater_im_box"
save_rect="true"
save_visibility="true"
single_instance="true"
title="CONVERSATIONS"
width="680">
<string
name="collapse_icon"
value="Conv_toolbar_collapse"/>
<string
name="expand_icon"
value="Conv_toolbar_expand"/>
<layout_stack
animate="true"
follows="all"
height="430"
layout="topleft"
left="0"
name="conversations_stack"
orientation="horizontal"
top="0"
width="680">
<layout_panel
auto_resize="true"
user_resize="true"
height="430"
name="conversations_layout_panel"
min_dim="38"
width="268"
expanded_min_dim="120">
<layout_stack
animate="false"
follows="left|top|right"
height="35"
layout="topleft"
left="0"
name="conversations_pane_buttons_stack"
orientation="horizontal"
top="0"
width="268">
<layout_panel
auto_resize="true"
height="35"
name="conversations_pane_buttons_expanded">
<menu_button
follows="top|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_sort"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
menu_filename="menu_participant_view.xml"
layout="topleft"
left="10"
name="sort_btn"
top="5"
width="31" />
<button
follows="top|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_plus"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
top="5"
left_pad="4"
name="add_btn"
tool_tip="Add button on the left panel"
width="31"/>
</layout_panel>
<layout_panel
auto_resize="false"
height="35"
name="conversations_pane_buttons_collapsed"
width="41">
<button
follows="right|top"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_collapse"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
top="5"
left="5"
name="expand_collapse_btn"
width="31" />
</layout_panel>
</layout_stack>
<panel
follows="all"
layout="topleft"
name="conversations_list_panel"
opaque="true"
top_pad="0"
left="5"
height="390"
width="263"/>
</layout_panel>
<layout_panel
auto_resize="true"
user_resize="true"
height="430"
name="messages_layout_panel"
width="412"
expanded_min_dim="205">
<panel_container
follows="all"
height="430"
layout="topleft"
left="0"
name="im_box_tab_container"
top="0"
width="412"/>
</layout_panel>
</layout_stack>
</multi_floater>
|