summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml
blob: 8a4ccb19f9deb576d45be15af72c4c6fc6fdd2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<avatar_list_item
 name_right_pad="5"
 height="0"
 layout="topleft"
 left="0"
 name="avatar_list_item"
 top="0"
 width="0">
  <!-- DEFAULT styles for avatar item -->
  <default_style
   font="SansSerifSmall"
   font.style="NORMAL"
   color="DkGray"/>

  <!-- styles for avatar item INVITED to voice call -->
  <voice_call_invited_style
   font="SansSerifSmall"
   font.style="NORMAL"
   color="AvatarListItemIconVoiceInvitedColor"/>

  <!-- styles for avatar item JOINED to voice call -->
  <voice_call_joined_style
   font="SansSerifSmall"
   font.style="NORMAL"
   color="White"/>

  <!-- styles for avatar item which HAS LEFT voice call -->
  <voice_call_left_style
   font="SansSerifSmall"
   font.style="ITALIC"
   color="LtGray_50"/>

  <!-- styles for ONLINE avatar item -->
  <online_style
   font="SansSerifSmall"
   font.style="NORMAL"
   color="White"/>

  <!-- styles for OFFLINE avatar item -->
  <offline_style
   font="SansSerifSmall"
   font.style="NORMAL"
   color="Gray"/>
</avatar_list_item>