summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml
blob: ed8df69bf40f04b4fd8a371a3d0f0fb60f74aa47 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<avatar_list_item
 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="0.5 0.5 0.5 0.5"/>

  <!-- 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="0.5 0.5 0.5 1.0"/>
</avatar_list_item>