summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml
blob: ce36a39a214cadbe7b72e7c502811f25d386b5dc (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<inventory_list_item
  follows="top|right|left"
  height="20"
  name="inventory_item"
  tab_stop="false" 
  hover_image="ListItem_Over"
  selected_image="ListItem_Select"
  separator_image="Wearables_Divider" 
  width="380">
  <!-- DEFAULT style for inventory list item -->
  <default_style
   font="SansSerifSmall"
   font.style="NORMAL" />

  <!-- style for inventory list item WORN on avatar -->
  <worn_style
   font="SansSerifSmall"
   font.style="BOLD"
   color="EmphasisColor" />
  <item_icon
    height="16"
    follows="top|left"
    image_name="Inv_Object"
    layout="topleft"
    left="0"
    name="item_icon"
    top="0"
    width="16" />
  <item_name
    follows="left|right"
    height="20"
    layout="topleft"
    left="21"
    parse_urls="false"
    use_ellipses="true"
    name="item_name"
    text_color="white"
    top="4"
    value="..."
    width="359" />
</inventory_list_item>