summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_picks.xml
blob: 44d5c448c00446d9512c890ac57f860324ada2f4 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 name="panel_picks"
 label="Picks"
 top="0"
 left="0"
 height="480"
 width="420"
 follows="all"
 layout="topleft"
>
    <string
     name="no_picks"
     value="No Picks"
    />

  <layout_stack
   name="main_stack"
   top="0"
   left="0"
   right="-1"
   bottom="-1"
   follows="all"
   layout="topleft"
   animate="false"
   orientation="vertical">
    <layout_panel
     name="buttons_header"
     follows="all"
     layout="topleft"
     height="50"
     auto_resize="false"
     user_resize="false">
      <text
       name="header_text"
       top="5"
       left="5"
       right="-5"
       height="16"
       follows="left|top|right"
       layout="topleft"
       halign="center"
    >
        Tell everyone about your favorite places in Second Life.
      </text>
      <button
       name="new_btn"
       label="New..."
       tool_tip="Create a new pick at the current location"
       enabled="false"
       top_pad="4"
       left="5"
       height="20"
       width="70"
       follows="left|top"
       layout="topleft"
       visible="false"
    />
      <button
       name="delete_btn"
       label="Delete..."
       tool_tip="Delete currently selected pick"
       enabled="false"
       left_pad="5"
       height="20"
       width="70"
       follows="left|top"
       layout="topleft"
       visible="false"
    />
    </layout_panel>
    <layout_panel
     name="main_body"
     follows="all"
     layout="topleft"
     height="430"
     auto_resize="true"
     user_resize="false">
      <tab_container
       name="tab_picks"
       top="0"
       bottom="-5"
       left="4"
       right="-4"
       tab_width="150"
       follows="all"
       layout="topleft"
       halign="left"
       tab_position="left"
       use_ellipses="true"
    />
      
    <layout_stack
     name="indicator_stack"
     top="220"
     left="0"
     right="-1"
     height="28"
     follows="top|left|right"
     layout="topleft"
     animate="false"
     orientation="horizontal">
      <layout_panel
       name="indicator_spacer_left"
       follows="all"
       layout="topleft"
       width="100"
       auto_resize="true"
       user_resize="false">
      </layout_panel>
      <layout_panel
       name="buttons_header"
       follows="all"
       layout="topleft"
       width="25"
       auto_resize="false"
       user_resize="false">
        <loading_indicator
         name="progress_indicator"
         top="1"
         left="1"
         height="23"
         width="23"
         follows="top|left"
         layout="topleft"
         visible="false"
        />
      </layout_panel>
      <layout_panel
       name="indicator_spacer_right"
       follows="all"
       layout="topleft"
       width="100"
       auto_resize="true"
       user_resize="false">
      </layout_panel>
    </layout_stack>
    <text
       name="picks_panel_text"
       top="250"
       left="100"
       right="-100"
       height="25"
       follows="left|top|right"
       layout="topleft"
       halign="center"
       mouse_opaque="false"
       wrap="true"
    >
        Loading...
      </text>
    </layout_panel>
  </layout_stack>
</panel>