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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 45 lines · 34 code · 5 blank · 6 comment · 0 complexity · d8ab8fcec47742059ad6dd2ab091a01c MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <avatar_list_item
  3. name_right_pad="5"
  4. height="0"
  5. layout="topleft"
  6. left="0"
  7. name="avatar_list_item"
  8. top="0"
  9. width="0">
  10. <!-- DEFAULT styles for avatar item -->
  11. <default_style
  12. font="SansSerifSmall"
  13. font.style="NORMAL"
  14. color="DkGray"/>
  15. <!-- styles for avatar item INVITED to voice call -->
  16. <voice_call_invited_style
  17. font="SansSerifSmall"
  18. font.style="NORMAL"
  19. color="0.5 0.5 0.5 0.5"/>
  20. <!-- styles for avatar item JOINED to voice call -->
  21. <voice_call_joined_style
  22. font="SansSerifSmall"
  23. font.style="NORMAL"
  24. color="white"/>
  25. <!-- styles for avatar item which HAS LEFT voice call -->
  26. <voice_call_left_style
  27. font="SansSerifSmall"
  28. font.style="ITALIC"
  29. color="LtGray_50"/>
  30. <!-- styles for ONLINE avatar item -->
  31. <online_style
  32. font="SansSerifSmall"
  33. font.style="NORMAL"
  34. color="white"/>
  35. <!-- styles for OFFLINE avatar item -->
  36. <offline_style
  37. font="SansSerifSmall"
  38. font.style="NORMAL"
  39. color="0.5 0.5 0.5 1.0"/>
  40. </avatar_list_item>