summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_voice_controls.xml
blob: b9649e9c577bcdd42d31015d466fb1d63f073e3b (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 can_minimize="true"
 can_close="false"
 height="270"
 layout="topleft"
 min_height="122"
 min_width="190"
 name="floater_voice_controls"
 help_topic="floater_voice_controls"
 title="Voice Controls"
 save_visibility="true"
 single_instance="true"
 width="282">
    <string
     name="title_nearby">
        NEARBY VOICE
    </string>
    <string
     name="title_group">
        Group Call with [GROUP]
    </string>
    <string
     name="title_adhoc">
        Conference Call
    </string>
    <string
     name="title_peer_2_peer">
        Call with [NAME]
    </string>
    <string
     name="no_one_near">
        No one near has voice enabled
    </string>
    <string
     name="max_visible_items">
        5
    </string>
    <panel
     bevel_style="out"
     border="true"
     follows="left|right|top"
     height="62"
     layout="topleft"
     left="0"
     name="control_panel"
     top="0"
     width="282">
        <panel
         height="18"
         follows="top|left|right"
         layout="topleft"
         left="10"
         name="my_panel"
         width="263">
            <avatar_icon
             enabled="false"
             follows="left|top"
             height="18"
             default_icon_name="Generic_Person"
             layout="topleft"
             left="0"
             name="user_icon"
             top="0"
             width="18" />
            <text
             follows="top|left|right"
             font="SansSerifSmallBold"
             height="16"
             layout="topleft"
             left_pad="10"
             name="user_text"
             text_color="white"
             top="4"
             use_ellipses="true"
             value="Mya Avatar:"
             width="210" />
            <output_monitor
             auto_update="true"
             draw_border="false"
             follows="right"
             height="16"
             layout="topleft"
             name="speaking_indicator"
             right="-1"
             top="2"
             visible="true"
             width="20" />
        </panel>
        <layout_stack
         border_size="0"
         clip="false"
         follows="all"
         height="28"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="leave_call_stack"
         orientation="horizontal"
         top_pad="5"
         width="263">
         <layout_panel
          auto_resize="true"
          follows="left|right"
          height="26"
          layout="topleft"
          min_height="23"
          min_width="5"
          mouse_opaque="false"
          name="left_anchor"
          width="80"/>
         <layout_panel
          auto_resize="false"
          follows="left|right"
          height="26"
          layout="topleft"
          mouse_opaque="false"
          min_height="24"
          min_width="100"
          name="leave_call_btn_panel"
          width="100">
           <button
            follows="left|right"
            height="24"
            label="Leave Call"
            left="0"
            name="leave_call_btn"
            top="0"
            width="100" />
         </layout_panel>
         <layout_panel
         auto_resize="true"
         follows="left|right"
         height="26"
         layout="topleft"
         mouse_opaque="false"
         min_height="24"
         min_width="5"
         name="right_anchor"
         width="80"/>
        </layout_stack>
    </panel>
    <avatar_list
     follows="all"
     height="197"
     ignore_online_status="true"
     layout="topleft"
     left="0"
     multi_select="true"
     name="speakers_list"
     width="282" />
    <panel
     filename="panel_avatar_list_item.xml"
     follows="left|right|top"
     height="24"
     layout="topleft"
     left="0"
     name="non_avatar_caller"
     top="70"
     width="282" />
    <view_border
     bevel_style="out"
     follows="left|top|right|bottom"
     height="206"
     layout="topleft"
     left="0"
     top="63"
     width="282" />
</floater>