summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_im_control_panel.xml
blob: 0a5812882da60e16afcf4d1d7cfc84647d46d428 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="false"
 height="300"
 name="panel_im_control_panel"
 width="110">
    <avatar_icon
     follows="left|top"
     height="100"
     left_delta="5"
     name="avatar_icon"
     top="-5"
     width="100"/>
    <text
     follows="top|left|right"
     font="SansSerifLarge"
     height="22"
     layout="topleft"
     name="avatar_name"
     use_ellipses="true"
     value="Unknown"
     width="100" />
    <button
     follows="left|top"
     height="20"
     label="Profile"
     name="view_profile_btn"
     width="100" />
    <button
     follows="left|top"
     height="20"
     label="Add Friend"
     name="add_friend_btn"
     width="100" />
    <button
     follows="left|top"
     height="20"
     label="Teleport"
     name="teleport_btn"
     width="100" />
   <button
     follows="left|top"
     height="20"
     label="Share"
     name="share_btn"
     width="100" />
     <!--Removing pay button to save space - will update spec - verified by Erica/Steve -->
 <!--   <button
     follows="left|top"
     height="20"
     label="Pay"
     name="pay_btn"
     width="100" />-->
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     border="false"
     top_pad="10"
     follows="left|bottom"
     height="70"
     left="1"
     name="panel_call_buttons"
     width="109">
        <button
         bottom="10"
         height="20"
         label="Call"
         left_delta="5"
         name="call_btn"
         width="100" />
        <button
         bottom="35"
         height="20"
         label="Leave Call"
         name="end_call_btn"
         visible="false"
         width="100" />
        <button
         enabled="false"
         bottom="10"
         height="20"
         label="Voice Controls"
         name="voice_ctrls_btn"
         visible="false"
         width="100" />
    </panel>
</panel>