/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml
XML | 159 lines | 149 code | 1 blank | 9 comment | 0 complexity | 8999aa93616df2aa1dd02fd950c558b1 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<panel 3 follows="top|right|left" 4 height="24" 5 layout="topleft" 6 left="0" 7 name="avatar_list_item" 8 top="0" 9 width="320"> 10 <!-- 11 Strings used to localize last interaction time. 12 See last_interaction textbox below. 13 --> 14 <string name="FormatSeconds">[COUNT]s</string> 15 <string name="FormatMinutes">[COUNT]m</string> 16 <string name="FormatHours">[COUNT]h</string> 17 <string name="FormatDays">[COUNT]d</string> 18 <string name="FormatWeeks">[COUNT]w</string> 19 <string name="FormatMonths">[COUNT]mon</string> 20 <string name="FormatYears">[COUNT]y</string> 21 22 <!-- 23 *NOTE: llavatarlistitem.cpp lays these controls out depending on which 24 ones are visible. Trying to change their order here will break it 25 ... which kinda sucks. 26 --> 27 <icon 28 follows="top|right|left" 29 height="24" 30 image_name="ListItem_Over" 31 layout="topleft" 32 left="0" 33 name="hovered_icon" 34 top="0" 35 visible="false" 36 width="320" /> 37 <icon 38 height="24" 39 follows="top|right|left" 40 image_name="ListItem_Select" 41 layout="topleft" 42 left="0" 43 name="selected_icon" 44 top="0" 45 visible="false" 46 width="320" /> 47 <avatar_icon 48 follows="top|left" 49 height="20" 50 default_icon_name="Generic_Person" 51 layout="topleft" 52 left="5" 53 mouse_opaque="true" 54 top="2" 55 width="20" /> 56 <text 57 follows="left|right" 58 font="SansSerifSmall" 59 height="15" 60 layout="topleft" 61 left_pad="5" 62 name="avatar_name" 63 parse_urls="false" 64 top="6" 65 use_ellipses="true" 66 value="(loading)" 67 width="180" /> 68 <text 69 follows="right" 70 font="SansSerifSmall" 71 height="15" 72 layout="topleft" 73 left_pad="5" 74 right="-164" 75 name="last_interaction" 76 text_color="LtGray_50" 77 value="0s" 78 width="35" /> 79 <icon 80 height="16" 81 follows="right" 82 image_name="Permission_Edit_Objects_Theirs" 83 layout="topleft" 84 left_pad="3" 85 right="-129" 86 name="permission_edit_theirs_icon" 87 tool_tip="You can edit this friend's objects" 88 top="4" 89 width="16" /> 90 <icon 91 height="16" 92 follows="right" 93 image_name="Permission_Edit_Objects_Mine" 94 layout="topleft" 95 left_pad="3" 96 right="-110" 97 name="permission_edit_mine_icon" 98 tool_tip="This friend can edit, delete or take your objects" 99 top_delta="0" 100 width="16" /> 101 <icon 102 height="16" 103 follows="right" 104 image_name="Permission_Visible_Map" 105 layout="topleft" 106 left_pad="3" 107 tool_tip="This friend can locate you on the map" 108 right="-91" 109 name="permission_map_icon" 110 top_delta="0" 111 width="16" /> 112 <icon 113 height="16" 114 follows="right" 115 image_name="Permission_Visible_Online" 116 layout="topleft" 117 left_pad="3" 118 right="-72" 119 name="permission_online_icon" 120 tool_tip="This friend can see when you're online" 121 top_delta="0" 122 width="16" /> 123 <button 124 follows="right" 125 height="16" 126 image_pressed="Info_Press" 127 image_unselected="Info_Over" 128 layout="topleft" 129 left_pad="3" 130 right="-53" 131 name="info_btn" 132 tab_stop="false" 133 top_delta="0" 134 width="16" /> 135 <button 136 follows="right" 137 height="20" 138 image_overlay="Web_Profile_Off" 139 layout="topleft" 140 left_pad="5" 141 right="-28" 142 name="profile_btn" 143 tab_stop="false" 144 tool_tip="View profile" 145 top_delta="-2" 146 width="20" /> 147 <output_monitor 148 auto_update="true" 149 follows="right" 150 draw_border="false" 151 height="16" 152 layout="topleft" 153 left_pad="5" 154 right="-3" 155 mouse_opaque="true" 156 name="speaking_indicator" 157 visible="true" 158 width="20" /> 159</panel>