summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_avatar_tag.xml
blob: 16c8660781ecdd01fa9d53b1078b8afb9726cd6f (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 name="avatar_tag_notification"
 top="10"
 width="250"
 height="100"
 background_opaque="false"
 background_visible="true"
 follows="left|top|bottom|right"
 bg_alpha_color="0.3 0.3 0.3 1.0">
	<panel 
     width="250" 
     height="30" 
     background_visible="true" 
     background_opaque="false" 
     follows="left|top|right"
     bg_alpha_color="0.0 0.0 0.0 1.0" 
     name="msg_caption">
  		<avatar_icon
         top="-7" 
         left="10" 
         width="20" 
         height="20" 
         follows="left|top"
         color="1 1 1 1" 
         enabled="true" 
         name="avatar_tag_icon"/>
    	<text
         width="160" 
         top="-10" 
         left="40" 
         height="20" 
         follows="left|right|top"
         font="SansSerifBigBold" 
         text_color="white" 
         word_wrap="true"
         mouse_opaque="true" 
         name="sender_tag_name" >
	      Angela Tester
    	</text>
    	<text 
         width="30" 
         top="-12" 
         left="210" 
         height="20" 
         follows="right|top"
         text_color="white" 
         word_wrap="true" 
         mouse_opaque="true" 
         name="tag_time" >
      		07:52
		</text>
	</panel>
	<text_editor
     top="65" 
     left="10" 
     right="-10" 
     height="100" 
     follows="left|top|bottom|right"
     font="SansSerifSmall" 
     read_only="true"
     bg_readonly_color="0 0 0 0"
     word_wrap="true"
     mouse_opaque="true" 
     name="msg_text" >
     The quick brown fox jumps over the lazy dog.
    </text_editor>
</panel>