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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 42 lines | 39 code | 1 blank | 2 comment | 0 complexity | c0a8c6e857cf6645b61b15cb4ffbc9c2 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <inventory_list_item
  3. follows="top|right|left"
  4. height="20"
  5. name="inventory_item"
  6. tab_stop="false"
  7. hover_image="ListItem_Over"
  8. selected_image="ListItem_Select"
  9. separator_image="Wearables_Divider"
  10. width="380">
  11. <!-- DEFAULT style for inventory list item -->
  12. <default_style
  13. font="SansSerifSmall"
  14. font.style="NORMAL" />
  15. <!-- style for inventory list item WORN on avatar -->
  16. <worn_style
  17. font="SansSerifSmall"
  18. font.style="BOLD"
  19. color="EmphasisColor" />
  20. <item_icon
  21. height="16"
  22. follows="top|left"
  23. image_name="Inv_Object"
  24. layout="topleft"
  25. left="0"
  26. name="item_icon"
  27. top="0"
  28. width="16" />
  29. <item_name
  30. follows="left|right"
  31. height="20"
  32. layout="topleft"
  33. left="21"
  34. parse_urls="false"
  35. use_ellipses="true"
  36. name="item_name"
  37. text_color="white"
  38. top="4"
  39. value="..."
  40. width="359" />
  41. </inventory_list_item>