summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml
blob: 69d90e4c7d582bcd17a4a768595e87a968417981 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="top|right|left"
 height="24"
 layout="topleft"
 left="0"
 name="avatar_list_item"
 top="0"
 width="320">
    <icon
     follows="top|right|left" 
     height="24"
     image_name="ListItem_Over"
     layout="topleft"
     left="0"
     name="hovered_icon"
     top="0"
     visible="false"
     width="320" />
    <icon
     height="24"
     follows="top|right|left"
     image_name="ListItem_Select"
     layout="topleft"
     left="0"
     name="selected_icon"
     top="0"
     visible="false"
     width="320" />
    <avatar_icon
     follows="top|left"
     height="20"
     image_name="smile.png"
     layout="topleft"
     left="5"
     mouse_opaque="true"
     top="2"
     width="20" />
    <text
     follows="left|right"
     font="SansSerifSmall"
     font.style="BOLD"
     height="20"
     layout="topleft"
     left_pad="5"
     name="avatar_name"
     text_color="grey"
     top="4"
     use_ellipses="true" 
     value="Unknown"
     width="162" />
    <text
     follows="right"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_pad="10"
     name="avatar_status"
     text_color="0.5 0.5 0.5 1"
     value="Away"
     width="50" />
    <output_monitor
     auto_update="true"
     follows="right"
     draw_border="false"
     height="16"
     layout="topleft"
     left_pad="3"
     mouse_opaque="true"
     name="speaking_indicator"
     top="4"
     visible="true"
     width="20" />
    <button
     follows="right"
     font="SansSerifBigBold"
     height="18"
     image_disabled="Info"
     image_disabled_selected="Info"
     image_hover_selected="Info"
     image_selected="Info"
     image_unselected="Info"
     layout="topleft"
     left_pad="2"
     name="info_btn"
     picture_style="true"
     top="2"
     width="18" />
    <button
     follows="right"
     font="SansSerifBigBold"
     height="18"
     image_disabled="profile_chevron_btn.tga"
     image_disabled_selected="profile_chevron_btn.tga"
     image_hover_selected="profile_chevron_btn_active.tga"
     image_selected="profile_chevron_btn_active.tga"
     image_unselected="profile_chevron_btn.tga"
     layout="topleft"
     left_pad="2"
     name="profile_btn"
     picture_style="true"
     top="2"
     width="18" />
</panel>