summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_clothing_list_item.xml
blob: 7cc9c46c08f444b6b56150cd237d7c2726c849be (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="top|right|left"
 height="23"
 layout="topleft"
 left="0"
 name="wearable_item"
 top="0"
 width="380">
    <icon
     follows="top|right|left"
     height="20"
     image_name="ListItem_Over"
     layout="topleft"
     left="0"
     name="hovered_icon"
     top="0"
     visible="false"
     width="380" />
    <icon
     height="20"
     follows="top|right|left"
     image_name="ListItem_Select"
     layout="topleft"
     left="0"
     name="selected_icon"
     top="0"
     visible="false"
     width="380" />
    <button 
     name="btn_delete"
     layout="topleft"
     follows="top|left"
     image_unselected="Toast_CloseBtn"
     image_selected="Toast_CloseBtn"
     top="0"
     left="0"
     height="20"
     width="20"
     tab_stop="false" />
    <icon
     height="16"
     follows="top|left"
     image_name="Inv_Object"
     layout="topleft"
     left_pad="3"
     name="item_icon"
     top="2"
     width="16" />
    <text
     follows="left|right"
     height="16"
     layout="topleft"
     left_pad="5"
     allow_html="false"
     use_ellipses="true"
     name="item_name"
     text_color="white"
     top="4"
     value="..."
     width="359" />
    <button 
     name="btn_move_up"
     layout="topleft"
     follows="top|right"
     image_unselected="Movement_Up_Off"
     image_selected="Movement_Up_Off"
     top="0"
     left="0"
     height="20"
     width="20"
     tab_stop="false" />
    <button 
     name="btn_move_down"
     layout="topleft"
     follows="top|right"
     image_unselected="Movement_Down_Off"
     image_selected="Movement_Down_Off"
     top="0"
     left_pad="3"
     height="20"
     width="20"
     tab_stop="false" />
    <icon
     name="btn_lock"
     layout="topleft"
     follows="top|right"
     image_name="Lock2"
     top="0"
     left_pad="3"
     height="20"
     width="20" />
    <button 
     name="btn_edit"
     layout="topleft"
     follows="top|right"
     image_unselected="Icon_Gear_Background"
     image_selected="Icon_Gear_Background"
     top="0"
     left_pad="3"
     height="20"
     width="20"
     tab_stop="false" />
    <panel
     background_visible="true"
     bg_alpha_color="0.4 0.4 0.4 1.0"
     bottom="0"
     follows="left|right|top"
     height="1"
     layout="bottomleft"
     left="0"
     name="wearable_type_separator_panel"
     visible="false"
     width="380"/>
</panel>