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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 73 lines | 73 code | 0 blank | 0 comment | 0 complexity | e0202eab5bac5f5abd81c1e504cf0be8 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="deletable_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. <icon
  64. follows="left|right|top"
  65. height="3"
  66. image_name="Wearables_Divider"
  67. layout="bottomleft"
  68. left="0"
  69. name="wearable_type_separator_icon"
  70. top="0"
  71. visible="true"
  72. width="380"/>
  73. </panel>