blob: 9767a673f64e3bdda1afa1956fc9bcc3ab82b6d4 (
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
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>
|