/indra/newview/skins/default/xui/en/widgets/clothing_list_item.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 93 lines · 93 code · 0 blank · 0 comment · 0 complexity · 75344dac15bda9973943862062f48671 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <clothing_list_item
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="wearable_item"
  8. bottom="0"
  9. width="380">
  10. <lock_icon
  11. height="16"
  12. follows="top|left"
  13. image_name="Inv_Object"
  14. layout="topleft"
  15. left="21"
  16. name="item_icon"
  17. top="2"
  18. width="16" />
  19. <item_name
  20. follows="left|right"
  21. height="16"
  22. layout="topleft"
  23. left="42"
  24. parse_urls="false"
  25. use_ellipses="true"
  26. name="item_name"
  27. text_color="white"
  28. top="5"
  29. value="..."
  30. width="359" />
  31. <up_btn
  32. name="btn_move_up"
  33. layout="topleft"
  34. follows="top|right"
  35. image_overlay="UpArrow_Off"
  36. top="1"
  37. left="0"
  38. height="23"
  39. width="23"
  40. tab_stop="false" />
  41. <down_btn
  42. name="btn_move_down"
  43. layout="topleft"
  44. follows="top|right"
  45. image_overlay="DownArrow_Off"
  46. top="1"
  47. left="26"
  48. height="23"
  49. width="23"
  50. tab_stop="false" />
  51. <lock_panel
  52. background_visible="false"
  53. name="btn_lock"
  54. layout="topleft"
  55. follows="top|right"
  56. top="0"
  57. left="0"
  58. height="23"
  59. width="23"
  60. tab_stop="false"
  61. tool_tip="You don't have permission to edit"/>
  62. <lock_icon
  63. name="btn_lock1"
  64. layout="topleft"
  65. follows="top|right"
  66. image_name="Locked_Icon"
  67. top="2"
  68. left="5"
  69. height="13"
  70. width="9"
  71. tab_stop="false" />
  72. <edit_panel
  73. background_visible="false"
  74. name="btn_edit_panel"
  75. layout="topleft"
  76. follows="top|right"
  77. top="0"
  78. left="26"
  79. height="23"
  80. width="26"
  81. tab_stop="false"/>
  82. <edit_btn
  83. name="btn_edit"
  84. layout="topleft"
  85. follows="top|right"
  86. image_overlay="Edit_Wrench"
  87. top="1"
  88. left="0"
  89. height="23"
  90. width="23"
  91. tab_stop="false"
  92. tool_tip="Edit this wearable"/>
  93. </clothing_list_item>