blob: 8db745fab711e90a2cda2a9478e2c61a67d19920 (
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
|
<?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="130"
ignore_online_status="true"
layout="topleft"
left="3"
name="speakers_list"
opaque="false"
top="10"
width="140" />
<button
name="call_btn"
label="Call"
width="90"
height="20" />
<button
name="end_call_btn"
label="End Call"
width="90"
height="20"
visible="false"/>
</panel>
|