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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 83 lines · 83 code · 0 blank · 0 comment · 0 complexity · 92efca87c6860c68ea352c2f84b70d20 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. bevel_style="none"
  4. follows="top|left|right"
  5. height="85"
  6. layout="topleft"
  7. left="0"
  8. name="picture_item"
  9. top="0"
  10. width="313">
  11. <icon
  12. follows="all"
  13. height="85"
  14. image_name="ListItem_Over"
  15. right="-2"
  16. mouse_opaque="false"
  17. name="hovered_icon"
  18. top="1"
  19. scale_image="true"
  20. visible="false"
  21. width="308" />
  22. <icon
  23. follows="all"
  24. height="85"
  25. image_name="ListItem_Select"
  26. right="-2"
  27. mouse_opaque="false"
  28. name="selected_icon"
  29. top="1"
  30. scale_image="true"
  31. visible="false"
  32. width="308" />
  33. <texture_picker
  34. allow_no_texture="true"
  35. border_enabled="true"
  36. fallback_image="default_land_picture.j2c"
  37. enabled="false"
  38. follows="left|top"
  39. height="80"
  40. layout="topleft"
  41. left="10"
  42. mouse_opaque="false"
  43. name="picture"
  44. tab_stop="false"
  45. top="10"
  46. top_pad="10"
  47. width="90" />
  48. <text
  49. follows="top|left|right"
  50. font="SansSerifSmall"
  51. height="15"
  52. layout="topleft"
  53. left="110"
  54. name="picture_name"
  55. parse_urls="false"
  56. text_color="white"
  57. top="9"
  58. use_ellipses="true"
  59. width="193"
  60. word_wrap="false" />
  61. <expandable_text
  62. follows="top|left|right"
  63. font="SansSerifSmall"
  64. height="55"
  65. layout="topleft"
  66. left="103"
  67. name="picture_descr"
  68. textbox.max_length="1024"
  69. textbox.show_context_menu="false"
  70. top_pad="0"
  71. width="178"
  72. word_wrap="true" />
  73. <button
  74. follows="right"
  75. height="20"
  76. image_overlay="ForwardArrow_Off"
  77. layout="topleft"
  78. left_pad="5"
  79. right="-8"
  80. name="info_chevron"
  81. top_delta="24"
  82. width="20" />
  83. </panel>