summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_bottomtray.xml
blob: 09ec2137b7c13c24f36dbee6269a0d25fc2d11a2 (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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 mouse_opaque="true"
 background_visible="true"
 bg_alpha_color="DkGray"
 bg_opaque_color="DkGray"
 follows="left|bottom|right"
 height="33"
 layout="topleft"
 left="0"
 name="bottom_tray"
 top="28"
 chrome="true"
 border_visible="false"
 width="1000">
  <string name="SpeakBtnToolTip">Turns microphone on/off</string>
  <string name="VoiceControlBtnToolTip">Shows/hides voice control panel</string>
    <layout_stack
     mouse_opaque="false"
     border_size="0"
     clip="false"
     follows="all"
     height="28"
     layout="topleft"
     left="0"
     name="toolbar_stack"
     orientation="horizontal"
     top="0"
     width="1000">
        <icon
         auto_resize="false"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         min_width="2"
         left="0"
         top="0"
         width="2" />
        <layout_panel
 	mouse_opaque="false"
         auto_resize="false"
         follows="left|right"
         height="28"
         layout="topleft"
         left="0"
         min_height="23"
         width="310"
         top="4"
         min_width="188"
         name="chat_bar"
         user_resize="false"
         filename="panel_nearby_chat_bar.xml" />
        <layout_panel
         mouse_opaque="false"
         auto_resize="false"
         follows="right"
         height="28"
         layout="topleft"
         min_height="28"
         width="100"
         top_delta="0"
         min_width="54"
         name="speak_panel"
         user_resize="false">
          <talk_button
           follows="left|right"
           height="23"
           speak_button.tab_stop="true"
           show_button.tab_stop="true"
           layout="topleft"
           left="0"
           name="talk"
           top="5"
          width="100">
              <show_button>
                  <show_button.init_callback
                   function="Button.SetDockableFloaterToggle"
                   parameter="voice_controls" />
              </show_button>
          </talk_button>
        </layout_panel>
        <icon
            auto_resize="false"
            follows="left|right"
            height="10"
            image_name="spacer24.tga"
            layout="topleft"
            left="0"
            name="DUMMY"
            min_width="3"
            top="0"
            width="3"/>
        <layout_panel
         mouse_opaque="false"
         auto_resize="false"
         follows="right"
         height="28"
         layout="topleft"
         min_height="28"
         width="82"
         top_delta="0"
         min_width="52"
         name="gesture_panel"
         user_resize="false">
         <gesture_combo_list
          follows="left|right"
          height="23"
          label="Gesture"
          layout="topleft"
          name="Gesture"
          left="0"
          top="5"
          width="82"
          tool_tip="Shows/hides gestures">
             <gesture_combo_list.combo_button
              pad_right="10"
              use_ellipses="true" />
         </gesture_combo_list>
        </layout_panel>
		 <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="3"
         name="DUMMY"
         top="0"
         width="3"/>
        <layout_panel
         mouse_opaque="false"
         auto_resize="false"
         follows="right"
         height="28"
         layout="topleft"
         min_height="28"
         name="movement_panel"
         user_resize="false"
         width="80"
         min_width="49">
            <button
                 image_selected="PushButton_Selected_Press"
                 image_pressed="PushButton_Press"
		 image_pressed_selected="PushButton_Selected_Press"
             follows="left|right"
             height="23"
             use_ellipses="true"
             is_toggle="true"
             label="Move"
             layout="topleft"
             name="movement_btn"
             tool_tip="Shows/hides movement controls"
             top="5"
             width="80">
                <button.init_callback
                 function="Button.SetDockableFloaterToggle"
                 parameter="moveview" />
            </button>
        </layout_panel>
         <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="3"
         name="DUMMY"
         top="0"
         width="3"/>
        <layout_panel
         mouse_opaque="false"
         auto_resize="false"
         follows="left|right"
         height="28"
         layout="topleft"
         min_height="28"
         min_width="49"
         name="cam_panel"
         user_resize="false"
         width="80">
            <button
                 image_selected="PushButton_Selected_Press"
                 image_pressed="PushButton_Press"
		 image_pressed_selected="PushButton_Selected_Press"
             follows="left|right"
             height="23"
             use_ellipses="true"
             is_toggle="true"
             label="View"
             layout="topleft"
             left="0"
             tool_tip="Shows/hides camera controls"
             top="5"
             name="camera_btn"
             width="80">
                <button.init_callback
                 function="Button.SetDockableFloaterToggle"
                 parameter="camera" />
            </button>
        </layout_panel>
        <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="3"
         name="DUMMY"
         top="0"
         width="3"/>
        <layout_panel
         mouse_opaque="false"
         auto_resize="false"
         follows="left|right"
         height="28"
         layout="topleft"
         min_width="40"
         name="snapshot_panel"
         width="40">
            <button
			 follows="left|right"
             height="23"
             image_selected="PushButton_Selected_Press"
             image_pressed="PushButton_Press"
             image_pressed_selected="PushButton_Selected_Press"
             left="0"
             label=""
             layout="topleft"
             name="snapshots"
             width="36"
             top="5"
             is_toggle="true"
             image_overlay="Snapshot_Off"
             tool_tip="Take snapshot">
				<button.init_callback
				 function="Button.SetFloaterToggle"
				 parameter="snapshot" />
			</button>
		</layout_panel>
        <layout_panel
         mouse_opaque="false"
         follows="left|right"
         height="29"
         layout="topleft"
         top="0"
         name="chiclet_list_panel"
         width="189"
         min_width="110"
         user_resize="false"
         auto_resize="true">
<!--*NOTE: min_width of the chiclet_panel (chiclet_list) must be the same
as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. EXT-991-->
            <chiclet_panel
	    mouse_opaque="false"
             follows="left|right"
             height="23"
             layout="topleft"
             left="1"
             min_width="110"
             name="chiclet_list"
             top="8"
             chiclet_padding="4"
             scrolling_offset="40"
             width="189">
                <button
                 auto_resize="true"
                 follows="right"
                 height="29"
                 image_selected="SegmentedBtn_Left_Off"
                 image_unselected="SegmentedBtn_Left_Off"
		 image_hover_selected="SegmentedBtn_Left_Over"
		 image_hover_unselected="SegmentedBtn_Left_Over"
		 image_pressed="SegmentedBtn_Left_Press"
		 image_pressed_selected="SegmentedBtn_Left_Press"
		 image_overlay="Arrow_Small_Left"
                 layout="topleft"
                 name="chicklet_left_scroll_button"
        scale_image="true"
                 tab_stop="false"
                 top="-4"
                 right_pad="2"
                 visible="false"
                 width="7" />
                <button
                 auto_resize="true"
                 follows="right"
                 height="29"
                 image_selected="SegmentedBtn_Right_Off"
                 image_unselected="SegmentedBtn_Right_Off"
		 image_hover_selected="SegmentedBtn_Right_Over"
		 image_hover_unselected="SegmentedBtn_Right_Over"
		 image_pressed="SegmentedBtn_Right_Press"
		 image_pressed_selected="SegmentedBtn_Right_Press"
		 image_overlay="Arrow_Small_Right"
                 layout="topleft"
                 name="chicklet_right_scroll_button"
        scale_image="true"
                 tab_stop="false"
                 top="-4"
                 visible="false"
                 width="7" />
            </chiclet_panel>
        </layout_panel>
        <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="4"
         top="0"
         width="5"/>
        <layout_panel
         auto_resize="false"
         follows="right"
         height="28"
         layout="topleft"
         min_height="28"
         top="0"
         name="im_well_panel"
         width="35"
         min_width="35"
         user_resize="false">
            <chiclet_im_well
             max_displayed_count="99"
             flash_period="0.3"
             follows="right"
             height="28"
             layout="topleft"
             left="0"
             name="im_well"
             top="0"
             width="35">
             <!--
Emulate 4 states of button by background images, see details in EXT-3147. The same should be for notification_well button
xml attribute           Description
image_unselected        "Unlit" - there are no new messages
image_selected          "Unlit" + "Selected" - there are no new messages and the Well is open
image_pressed           "Lit" - there are new messages
image_pressed_selected  "Lit" + "Selected" - there are new messages and the Well is open
             -->
                <button
                 auto_resize="true"
                 follows="right"
                 halign="center"
                 height="23"
                 image_overlay="Unread_IM"
                 image_overlay_alignment="center"
                 image_pressed="WellButton_Lit"
                 image_pressed_selected="WellButton_Lit_Selected"
                 image_selected="PushButton_Press"
                 label_color="Black"
                 left="0"
                 name="Unread IM messages"
                 tool_tip="Conversations"
                 width="34" >
                    <button.init_callback
                     function="Button.SetDockableFloaterToggle"
                     parameter="im_well_window" />
                </button>
            </chiclet_im_well>
        </layout_panel>
        <layout_panel
         auto_resize="false"
         follows="right"
         height="28"
         layout="topleft"
         min_height="28"
         top="0"
         left_pad="3"
         name="notification_well_panel"
         width="40"
         min_width="40"
         user_resize="false">
         <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="4"
         top="0"
         width="5" />
            <chiclet_notification
             flash_period="0.25"
             follows="right"
             height="23"
             layout="topleft"
             left="0"
             max_displayed_count="99"
             name="notification_well"
             top="5"
             width="35">
              <button
                 bottom_pad="3"
                 image_pressed="WellButton_Lit"
                 image_pressed_selected="WellButton_Lit_Selected"
                 image_selected="PushButton_Press"
              auto_resize="true"
               halign="center"
               height="23"
               follows="right"
                label_color="Black"
               left="0"
               name="Unread"
               image_overlay="Notices_Unread"
               image_overlay_alignment="center"
               tool_tip="Notifications"
               width="34" >
                  <button.init_callback
                   function="Button.SetDockableFloaterToggle"
                   parameter="notification_well_window" />
              </button>
         <icon
         auto_resize="false"
         color="0 0 0 0"
         follows="left|right"
         height="10"
         image_name="spacer24.tga"
         layout="topleft"
         left="0"
         min_width="4"
         top="0"
         width="5" />
	    </chiclet_notification>
        </layout_panel>
    </layout_stack>
</panel>