PageRenderTime 36ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | 71559e1970d7e90ddea3c4d1bff672f5 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="false"
  4. height="40"
  5. label="friend_online_status"
  6. layout="topleft"
  7. left="0"
  8. name="friend_online_status"
  9. top="0"
  10. width="220">
  11. <avatar_icon
  12. follows="top|left"
  13. height="18"
  14. image_name="Generic_Person"
  15. layout="topleft"
  16. left="3"
  17. mouse_opaque="false"
  18. name="avatar_icon"
  19. top="10"
  20. width="18" />
  21. <text
  22. font="SansSerifSmall"
  23. follows="all"
  24. height="13"
  25. layout="topleft"
  26. left_pad="5"
  27. name="message"
  28. text_color="white"
  29. top="15"
  30. use_ellipses="true"
  31. value=""
  32. width="189"
  33. word_wrap="true"
  34. max_length="350" />
  35. </panel>