summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_control_panel.xml
blob: a5445a57831b000b8b92988e9a8799dda4020081 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="false"
 follows="all"
 height="238"
 name="panel_im_control_panel"
 width="180">
    <avatar_list
     color="DkGray2"
     follows="all"
     height="100"
     ignore_online_status="true"
     layout="topleft"
     left="3"
     name="speakers_list"
     opaque="false"
     show_info_btn="false"
     show_profile_btn="false"
     show_speaking_indicator="false"
     top="10"
     width="180" />
    <button
     bottom_pad="0"
     follows="left|right|bottom"
     height="23"
     label="Group Profile"
     left_delta="28"
     name="group_info_btn"
     width="125" />
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     border="false"
     follows="left|right|bottom"
     height="70"
     left="0"
     left_pad="0"
     name="panel_call_buttons"
     top_pad="0"
     width="180">
        <button
         bottom="10"
         follows="all"
         height="23"
         label="Call Group"
         left_delta="28"
         name="call_btn"
         width="125" />
        <button
         bottom="40"
         follows="all"
         height="23"
         label="Leave Call"
         name="end_call_btn"
         visible="false"
         width="125" />
        <button
         bottom="10"
         follows="all"
         height="23"
         label="Open Voice Controls"
         name="voice_ctrls_btn"
         visible="false"
         width="125" />
    </panel>
</panel>