blob: f50acc224f053796b42600374bac9757d6fb8425 (
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
|
<?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"
show_info_btn="false"
show_profile_btn="false"
top="10"
width="140" />
<button
name="call_btn"
label="Call"
width="125"
height="20" />
<button
name="end_call_btn"
label="End Call"
width="125"
height="20"
visible="false"/>
<button
enabled="false"
name="voice_ctrls_btn"
label="Open Voice Controls"
width="125"
height="20"
visible="false"/>
</panel>
|