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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 82 lines · 82 code · 0 blank · 0 comment · 0 complexity · e7a2511808bb1a56ab08e45c3e8a3fcf 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="classified_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="name"
  55. text_color="white"
  56. top="9"
  57. use_ellipses="true"
  58. width="193"
  59. word_wrap="false" />
  60. <expandable_text
  61. follows="top|left|right"
  62. font="SansSerifSmall"
  63. height="55"
  64. layout="topleft"
  65. left="103"
  66. name="description"
  67. textbox.max_length="1024"
  68. textbox.show_context_menu="false"
  69. top_pad="0"
  70. width="178"
  71. word_wrap="true" />
  72. <button
  73. follows="right"
  74. height="20"
  75. image_overlay="ForwardArrow_Off"
  76. layout="topleft"
  77. left_pad="5"
  78. right="-8"
  79. name="info_chevron"
  80. top_delta="24"
  81. width="20" />
  82. </panel>