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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 75 lines · 74 code · 0 blank · 1 comment · 0 complexity · e4157a6dadbb5620e98a2589f859dc5b 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="group_list_item"
  8. top="0"
  9. width="320">
  10. <icon
  11. follows="top|right|left"
  12. height="24"
  13. image_name="ListItem_Over"
  14. layout="topleft"
  15. left="0"
  16. name="hovered_icon"
  17. top="0"
  18. visible="false"
  19. width="320" />
  20. <icon
  21. height="24"
  22. follows="top|right|left"
  23. image_name="ListItem_Select"
  24. layout="topleft"
  25. left="0"
  26. name="selected_icon"
  27. top="0"
  28. visible="false"
  29. width="320" />
  30. <icon
  31. height="20"
  32. image_name="Generic_Group"
  33. name="group_icon"
  34. mouse_opaque="true"
  35. left="5"
  36. top="2"
  37. use_draw_context_alpha="false"
  38. width="20" />
  39. <text
  40. parse_urls="false"
  41. follows="left|right"
  42. font="SansSerifSmall"
  43. height="15"
  44. layout="topleft"
  45. left_pad="5"
  46. name="group_name"
  47. top="6"
  48. use_ellipses="true"
  49. value="Unknown"
  50. width="242" />
  51. <button
  52. follows="right"
  53. height="16"
  54. image_pressed="Info_Press"
  55. image_unselected="Info_Over"
  56. left_pad="3"
  57. right="-31"
  58. name="info_btn"
  59. tab_stop="false"
  60. top_delta="-2"
  61. width="16" />
  62. <!--*TODO: Should only appear on rollover-->
  63. <button
  64. follows="right"
  65. height="20"
  66. image_overlay="Web_Profile_Off"
  67. layout="topleft"
  68. left_pad="5"
  69. right="-3"
  70. name="profile_btn"
  71. tab_stop="false"
  72. tool_tip="View profile"
  73. top_delta="-2"
  74. width="20" />
  75. </panel>