summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_im_control_panel.xml
blob: c4cdaa41f970cf401e376ee43599a558c21d3500 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_im_control_panel"
       width="125"
       height="248"
       border="false">

  <avatar_icon name="avatar_icon"
               width="96"
               height="96" />

  <button name="view_profile_btn"
          label="View Profile"
          left_delta="3"
          width="125"
		  height="20" />

  <button name="add_friend_btn"
          label="Add Friend"
          width="125"
          height="20" />

  <button name="call_btn"
          label="Call"
          width="125"
          height="20" />

    <button
     height="20"
     label="End Call"
     name="end_call_btn"
     visible="false"
     width="125" />

  <button
	 enabled="false"
     name="voice_ctrls_btn"
     label="Open Voice Controls"
     width="125"
     height="20"
     visible="false"/>

  <button name="share_btn"
          label="Share"
          width="125"
          height="20" />

</panel>