summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_conversation_log_list_item.xml
blob: 0766e8504f884e239d4bae543c3d01e58e32caa4 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 follows="top|right|left"
 height="23"
 layout="topleft"
 left="0"
 name="conversation_log_list_item"
 top="0"
 width="380">
    <icon
     height="24"
     follows="top|right|left"
     image_name="ListItem_Select"
     layout="topleft"
     left="0"
     name="selected_icon"
     top="0"
     visible="false"
     width="380" />
    <icon
     follows="top|right|left"
     height="24"
     image_name="ListItem_Over"
     layout="topleft"
     left="0"
     name="hovered_icon"
     top="0"
     visible="false"
     width="380" />
    <icon
     follows="top|left"
     height="20"
     layout="topleft"
     left="5"
     image_name="Conv_toolbar_open_call"
     mouse_opaque="true"
     name="voice_session_icon"
     tool_tip="Included a voice conversation"
     top="2"
     visible="false"
     width="20" />
    <icon
     follows="top|left"
     height="20"
     layout="topleft"
     left="5"
     image_name="Conv_log_inbox"
     mouse_opaque="false"
     name="unread_ims_icon"
     tool_tip="Messages arrived while you were logged out"
     top="2"
     visible="false"
     width="20" />
    <avatar_icon
     default_icon_name="Generic_Person"
     follows="top|left"
     height="20"
     layout="topleft"
     left_pad="5"
     mouse_opaque="true"
     top="2"
     visible="false"
     width="20" />
    <group_icon
     default_icon_name="Generic_Group"
     follows="top|left"
     height="20"
     layout="topleft"
     mouse_opaque="true"
     top="2"
     visible="false"
     width="20" />
    <text
     follows="left|right"
     font="SansSerifSmall"
     height="15"
     layout="topleft"
     left_pad="5"
     name="conversation_name"
     parse_urls="false"
     top="6"
     use_ellipses="true"
     width="180" />
    <text
     follows="right"
     font="SansSerifSmall"
     height="15"
     layout="topleft"
     left_pad="5"
     name="date_time"
     parse_urls="false"
     top="6"
     use_ellipses="true"
     width="110"/>
    <button
     name="delete_btn"
     tool_tip="Remove this entry"
     layout="topleft"
     follows="top|right"
     image_unselected="Conv_toolbar_close"
     image_selected="Conv_toolbar_close"
     top="5"
     left_pad="0"
     height="14"
     width="14"
     tab_stop="false"/>
</panel>