PageRenderTime 48ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 137 lines | 137 code | 0 blank | 0 comment | 0 complexity | 855577185d77e4db8ad434e5d78e5250 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="wearable_item"
  8. top="0"
  9. width="380">
  10. <icon
  11. follows="top|right|left"
  12. height="22"
  13. image_name="ListItem_Over"
  14. layout="topleft"
  15. left="0"
  16. name="hovered_icon"
  17. top="1"
  18. visible="false"
  19. width="380" />
  20. <icon
  21. height="22"
  22. follows="top|right|left"
  23. image_name="ListItem_Select"
  24. layout="topleft"
  25. left="0"
  26. name="selected_icon"
  27. top="1"
  28. visible="false"
  29. width="380" />
  30. <button
  31. name="btn_delete"
  32. layout="topleft"
  33. follows="top|left"
  34. image_unselected="Toast_CloseBtn"
  35. image_selected="Toast_CloseBtn"
  36. top="3"
  37. left="0"
  38. height="18"
  39. width="18"
  40. tab_stop="false"
  41. tool_tip="Remove from outfit" />
  42. <icon
  43. height="16"
  44. follows="top|left"
  45. image_name="Inv_Object"
  46. layout="topleft"
  47. left_pad="3"
  48. name="item_icon"
  49. top="2"
  50. width="16" />
  51. <text
  52. follows="left|right"
  53. height="16"
  54. layout="topleft"
  55. left_pad="5"
  56. parse_urls="false"
  57. use_ellipses="true"
  58. name="item_name"
  59. text_color="white"
  60. top="5"
  61. value="..."
  62. width="359" />
  63. <button
  64. name="btn_move_up"
  65. layout="topleft"
  66. follows="top|right"
  67. image_overlay="UpArrow_Off"
  68. top="1"
  69. left="0"
  70. height="23"
  71. width="23"
  72. tab_stop="false" />
  73. <button
  74. name="btn_move_down"
  75. layout="topleft"
  76. follows="top|right"
  77. image_overlay="DownArrow_Off"
  78. top="1"
  79. left_pad="3"
  80. height="23"
  81. width="23"
  82. tab_stop="false" />
  83. <panel
  84. background_visible="false"
  85. name="btn_lock"
  86. layout="topleft"
  87. follows="top|right"
  88. top="0"
  89. left="0"
  90. height="23"
  91. width="23"
  92. tab_stop="false"
  93. tool_tip="You don't have permission to edit">
  94. <icon
  95. name="btn_lock1"
  96. layout="topleft"
  97. follows="top|right"
  98. image_name="Locked_Icon"
  99. top="2"
  100. left="5"
  101. height="13"
  102. width="9"
  103. tab_stop="false" />
  104. </panel>
  105. <panel
  106. background_visible="false"
  107. name="btn_edit_panel"
  108. layout="topleft"
  109. follows="top|right"
  110. top="0"
  111. left_pad="3"
  112. height="23"
  113. width="26"
  114. tab_stop="false">
  115. <button
  116. name="btn_edit"
  117. layout="topleft"
  118. follows="top|right"
  119. image_overlay="Edit_Wrench"
  120. top="1"
  121. left="0"
  122. height="23"
  123. width="23"
  124. tab_stop="false"
  125. tool_tip="Edit this wearable"/>
  126. </panel>
  127. <icon
  128. follows="left|right|top"
  129. height="3"
  130. image_name="Wearables_Divider"
  131. layout="bottomleft"
  132. left="0"
  133. name="wearable_type_separator_icon"
  134. top="0"
  135. visible="false"
  136. width="380"/>
  137. </panel>