PageRenderTime 30ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 83 lines | 83 code | 0 blank | 0 comment | 0 complexity | f7ae9ba496608a5d479277efb352a41f 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="dummy_clothing_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. <icon
  31. height="16"
  32. color="0.75 0.75 0.75 1"
  33. follows="top|left"
  34. image_name="Inv_Object"
  35. layout="topleft"
  36. left="20"
  37. name="item_icon"
  38. top="2"
  39. width="16" />
  40. <text
  41. follows="left|right"
  42. height="16"
  43. layout="topleft"
  44. left_pad="5"
  45. parse_urls="false"
  46. use_ellipses="true"
  47. name="item_name"
  48. text_color="LtGray_50"
  49. top="4"
  50. value="..."
  51. width="359" />
  52. <panel
  53. name="btn_add_panel"
  54. layout="topleft"
  55. follows="top|right"
  56. top="0"
  57. left="0"
  58. height="23"
  59. width="26"
  60. tab_stop="false">
  61. <button
  62. name="btn_add"
  63. layout="topleft"
  64. follows="top|right"
  65. image_overlay="AddItem_Off"
  66. top="0"
  67. left="0"
  68. height="23"
  69. width="23"
  70. tab_stop="false"
  71. tool_tip="Add more items of this type" />
  72. </panel>
  73. <icon
  74. follows="left|right|top"
  75. height="3"
  76. image_name="Wearables_Divider"
  77. layout="bottomleft"
  78. left="0"
  79. name="wearable_type_separator_icon"
  80. top="0"
  81. visible="true"
  82. width="380"/>
  83. </panel>