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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 66 lines | 66 code | 0 blank | 0 comment | 0 complexity | c768e16c15ce202dd02d0ab3d9b04a68 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. name="avatar_tag_notification"
  4. top="10"
  5. width="250"
  6. height="100"
  7. follows="all">
  8. <panel
  9. width="240"
  10. height="24"
  11. left="5"
  12. background_visible="true"
  13. background_opaque="false"
  14. follows="left|top|right"
  15. top="-5"
  16. bg_alpha_color="black"
  17. name="msg_caption">
  18. <avatar_icon
  19. top="-3"
  20. left="3"
  21. width="18"
  22. image_name="Generic_Person"
  23. height="18"
  24. follows="left|top"
  25. enabled="true"
  26. name="avatar_tag_icon" />
  27. <text
  28. width="160"
  29. top="-8"
  30. left="30"
  31. height="20"
  32. follows="left|right|top"
  33. font.style="BOLD"
  34. text_color="white"
  35. word_wrap="true"
  36. mouse_opaque="true"
  37. name="sender_tag_name">
  38. Angela Tester
  39. </text>
  40. <text
  41. font="SansSerifSmall"
  42. follows="right"
  43. height="13"
  44. layout="topleft"
  45. halign="right"
  46. right="-5"
  47. name="tag_time"
  48. top="8"
  49. value="23:30"
  50. width="50" />
  51. </panel>
  52. <text_editor
  53. bg_readonly_color="DkGray"
  54. font="SansSerifSmall"
  55. top="65"
  56. left="5"
  57. right="-5"
  58. height="100"
  59. follows="all"
  60. read_only="true"
  61. word_wrap="true"
  62. mouse_opaque="true"
  63. name="msg_text">
  64. The quick brown fox jumps over the lazy dog.
  65. </text_editor>
  66. </panel>