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

<panel
  layout="topleft"
  top="3"
  left="3"
  right="-3"
  bottom="-3"
  label="Experiences"
  follows="all">
  <string
    name="no_experiences"
    value="No experiences."/>

  <accordion
    fit_parent="true"
    layout="topleft"
    top="0"
    left="3"
    right="-3"
    bottom="-3"
    single_expansion="true"
    follows="all">
    <accordion_tab
      name="tab_experiences"
      layout="topleft"
      top="0"
      left="0"
      right="-3"
      title="Experiences"
      follows="all">
      <flat_list_view
        name="experiences_list"
        layout="topleft"
        top="0"
        left="0"
        follows="all"/>
    </accordion_tab>
  </accordion>
</panel>