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

<panel
  name="panel_experiences"
  layout="topleft"
  top="3"
  left="3"
  width="200"
  height="300"
  label="Experiences"
  bg_opaque_color="0 0.5 0 0.3"
  follows="all">
  <string
    name="loading_experiences"
    value="Loading experiences..."/>
  <string
    name="no_experiences"
    value="No experiences."/>
  <string
    name="acquire"
    value="Acquire an Experience" />
  <layout_stack
    layout="topleft"
    top="0"
    left="4" 
    right="-1"
    bottom="-4"
    orientation="vertical"
    follows="all">
    <layout_panel
      layout="topleft"
      top="0"
      left="1"
      right="-1"
      height="250"
      follows="all">
      <flat_list_view
        name="experiences_list"
        layout="topleft"
        top="0"
        left="1"
        right="-1"
        bottom="-1"
        follows="all">
      </flat_list_view>
    </layout_panel>
    <layout_panel
      layout="topleft"
      top="0"
      left="1"
      right="-1"
      height="24"
      min_height="24"
      follows="all"
      name="button_panel"
      visible="false">
      <button
        layout="topleft"
        left="2"
        top="0"
        follows="top|left"
        name="btn_action"
        enabled="true"/>
    </layout_panel>
  </layout_stack>
</panel>