summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_nearby_chat.xml
blob: f4fd6b01b4fa12341a2f8c52f7ca518b8744f471 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater 
 background_opaque="false"
 background_visible="true" 
 bevel_style="in"
 bg_alpha_color="0.3 0.3 0.3 1.0"
 height="300"
 layout="topleft"
 name="nearby_chat"
 save_rect="true"
 title="Nearby Chat"
 width="320">
	<panel top="20" width="320" height="30" background_visible="true" background_opaque="false" bg_alpha_color="0.0 0.0 0.0 1.0" name="chat_caption">
    	<text
        	width="140" left="25" height="20" follows="left|right|top"
        	font="SansSerifBigBold" text_color="white" word_wrap="true"
        	mouse_opaque="true" name="sender_name" >NEARBY CHAT  </text>
    	<icon top="5" left="250"
      			width="20" height="20" follows="top|right"
		      	color="1 1 1 1" enabled="true" image_name="icn_voice-groupfocus.tga"
      			mouse_opaque="true" name="nearby_speakers_btn"/>
    	<icon top="5" left="275"
      		width="20" height="20" follows="top|right"
      		color="1 1 1 1" enabled="true" image_name="inv_item_landmark_visited.tga"
      		mouse_opaque="true" name="tearoff_btn"/>
    	<icon top="5" left="300"
      		width="15" height="15" follows="top|right"
      		color="1 1 1 1" enabled="true" image_name="closebox.tga"
      		name="close_btn"/>
	</panel>
  <chat_history_view bottom="0" width="250" height="320" follows="left|right|top|bottom" name="chat_scroll" />
</floater>