summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_chat_item.xml
blob: d8a0c877fdff1d88ffca97dea12f1ec3ca01ed8d (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"?>
<!-- All our XML is utf-8 encoded. -->

<panel
  name="instant_message"
  width="300"
  height="180"
  background_opaque="true"
  background_visible="false"
  follows="left|top|right|bottom"
  bg_alpha_color="0.3 0.3 0.3 0">
	<panel width="250" height="30" background_visible="true" background_opaque="false" bg_alpha_color="0.0 0.0 0.0 1.0" name="msg_caption">
  		<avatar_icon
      		top="25" left="10" width="20" height="20" follows="left|top"
      		color="1 1 1 1" enabled="true" name="avatar_icon"
		  />
    	<text
        	width="150" top="25" left="40" height="20" follows="left|right|top"
        	font="SansSerifBigBold" text_color="white" word_wrap="false" use_ellipses="true"
        	mouse_opaque="true" name="sender_name" >
	      Jerry Knight
    	</text>
    	<icon top="22" left="215" width="15" height="15" follows="top|right"
      		image_name="icn_voice-pvtfocus.tga" visible="false" name="msg_inspector"/>
	</panel>
	<text_chat
      top="-35" left="10" right="-10" height="120" follows="left|right|bottom"
      font="SansSerifSmall" text_color="white" word_wrap="true"
      mouse_opaque="true" name="msg_text" >    
	</text_chat>
</panel>