blob: be38492c821102b2b32c2e3472eb571797661851 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_im_control_panel"
width="146"
height="215"
border="false">
<avatar_list_tmp
color="DkGray2"
follows="left|top|right|bottom"
height="150"
layout="topleft"
left="3"
name="speakers_list"
top="10"
width="140"/>
<button
name="group_info_btn"
label="Group Info"
left_delta="3"
width="90"
height="20" />
<button
name="call_btn"
label="Call"
width="90"
height="20" />
</panel>
|