PageRenderTime 33ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 52 lines | 52 code | 0 blank | 0 comment | 0 complexity | 028a7486444fa93766cbfbb9e94a4eea MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <dummy_clothing_list_item
  3. follows="top|right|left"
  4. height="23"
  5. layout="topleft"
  6. left="0"
  7. name="dummy_clothing_item"
  8. bottom="0"
  9. width="380">
  10. <item_icon
  11. height="16"
  12. color="0.75 0.75 0.75 1"
  13. follows="top|left"
  14. image_name="Inv_Object"
  15. layout="topleft"
  16. left="20"
  17. name="item_icon"
  18. top="2"
  19. width="16" />
  20. <item_name
  21. follows="left|right"
  22. height="16"
  23. layout="topleft"
  24. left="41"
  25. parse_urls="false"
  26. use_ellipses="true"
  27. name="item_name"
  28. text_color="LtGray_50"
  29. top="4"
  30. value="..."
  31. width="359" />
  32. <add_panel
  33. name="btn_add_panel"
  34. layout="topleft"
  35. follows="top|right"
  36. top="0"
  37. left="0"
  38. height="23"
  39. width="26"
  40. tab_stop="false"/>
  41. <add_btn
  42. name="btn_add"
  43. layout="topleft"
  44. follows="top|right"
  45. image_overlay="AddItem_Off"
  46. top="0"
  47. left="0"
  48. height="23"
  49. width="23"
  50. tab_stop="false"
  51. tool_tip="Add more items of this type" />
  52. </dummy_clothing_list_item>