/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 159 lines · 149 code · 1 blank · 9 comment · 0 complexity · 8999aa93616df2aa1dd02fd950c558b1 MD5 · raw file

  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. *NOTE: llavatarlistitem.cpp lays these controls out depending on which
  23. ones are visible. Trying to change their order here will break it
  24. ... which kinda sucks.
  25. -->
  26. <icon
  27. follows="top|right|left"
  28. height="24"
  29. image_name="ListItem_Over"
  30. layout="topleft"
  31. left="0"
  32. name="hovered_icon"
  33. top="0"
  34. visible="false"
  35. width="320" />
  36. <icon
  37. height="24"
  38. follows="top|right|left"
  39. image_name="ListItem_Select"
  40. layout="topleft"
  41. left="0"
  42. name="selected_icon"
  43. top="0"
  44. visible="false"
  45. width="320" />
  46. <avatar_icon
  47. follows="top|left"
  48. height="20"
  49. default_icon_name="Generic_Person"
  50. layout="topleft"
  51. left="5"
  52. mouse_opaque="true"
  53. top="2"
  54. width="20" />
  55. <text
  56. follows="left|right"
  57. font="SansSerifSmall"
  58. height="15"
  59. layout="topleft"
  60. left_pad="5"
  61. name="avatar_name"
  62. parse_urls="false"
  63. top="6"
  64. use_ellipses="true"
  65. value="(loading)"
  66. width="180" />
  67. <text
  68. follows="right"
  69. font="SansSerifSmall"
  70. height="15"
  71. layout="topleft"
  72. left_pad="5"
  73. right="-164"
  74. name="last_interaction"
  75. text_color="LtGray_50"
  76. value="0s"
  77. width="35" />
  78. <icon
  79. height="16"
  80. follows="right"
  81. image_name="Permission_Edit_Objects_Theirs"
  82. layout="topleft"
  83. left_pad="3"
  84. right="-129"
  85. name="permission_edit_theirs_icon"
  86. tool_tip="You can edit this friend&apos;s objects"
  87. top="4"
  88. width="16" />
  89. <icon
  90. height="16"
  91. follows="right"
  92. image_name="Permission_Edit_Objects_Mine"
  93. layout="topleft"
  94. left_pad="3"
  95. right="-110"
  96. name="permission_edit_mine_icon"
  97. tool_tip="This friend can edit, delete or take your objects"
  98. top_delta="0"
  99. width="16" />
  100. <icon
  101. height="16"
  102. follows="right"
  103. image_name="Permission_Visible_Map"
  104. layout="topleft"
  105. left_pad="3"
  106. tool_tip="This friend can locate you on the map"
  107. right="-91"
  108. name="permission_map_icon"
  109. top_delta="0"
  110. width="16" />
  111. <icon
  112. height="16"
  113. follows="right"
  114. image_name="Permission_Visible_Online"
  115. layout="topleft"
  116. left_pad="3"
  117. right="-72"
  118. name="permission_online_icon"
  119. tool_tip="This friend can see when you&apos;re online"
  120. top_delta="0"
  121. width="16" />
  122. <button
  123. follows="right"
  124. height="16"
  125. image_pressed="Info_Press"
  126. image_unselected="Info_Over"
  127. layout="topleft"
  128. left_pad="3"
  129. right="-53"
  130. name="info_btn"
  131. tab_stop="false"
  132. top_delta="0"
  133. width="16" />
  134. <button
  135. follows="right"
  136. height="20"
  137. image_overlay="Web_Profile_Off"
  138. layout="topleft"
  139. left_pad="5"
  140. right="-28"
  141. name="profile_btn"
  142. tab_stop="false"
  143. tool_tip="View profile"
  144. top_delta="-2"
  145. width="20" />
  146. <output_monitor
  147. auto_update="true"
  148. follows="right"
  149. draw_border="false"
  150. height="16"
  151. layout="topleft"
  152. left_pad="5"
  153. right="-3"
  154. mouse_opaque="true"
  155. name="speaking_indicator"
  156. visible="true"
  157. width="20" />
  158. </panel>