summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_view.xml
blob: a14d8bbc6ba60bb29e296bd1f14d30d2cc895e5d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 follows="left|top|right|bottom"
  width="305"
  height="650"
 label="Profile"
 bevel_style="in"
 layout="topleft"
 left="0"
 name="panel_target_profile"
 top="0">
    <text
     layout="topleft"
     top="0"
     left="10"
     width="250"
     height="20"
     font="SansSerifHugeBold"
     text_color="white"
     follows="top|left|right"
     mouse_opaque="true"
     name="user_name">(Loading...)</text>
    <text
     layout="topleft"
     width="100"
     height="16"
     left="10"
     top_pad="5"
     font="SansSerifTiny"
     text_color="LtGray_50"
     follows="top|left"
     mouse_opaque="true"
     name="status">Online</text>
    <button
     layout="topleft"
     name="back"
     right="-10"
     top="0"
     width="25"
     height="25"
     label=""
     tab_stop="false"
     follows="top|right"
     image_selected=""
     image_unselected=""
     image_overlay="BackArrow_Off" />
    <tab_container
     follows="left|top|right|bottom"
     height="550"
     width="306"
     tab_min_width="75"
     layout="topleft"
     left="10"
     name="tabs"
     tab_position="top"
     top_pad="20">
        <panel
         class="panel_profile"
         filename="panel_profile.xml"
         label="Profile"
         layout="topleft"
         name="panel_profile" />
        <panel
         class="panel_picks"
         filename="panel_picks.xml"
         label="Picks"
         layout="topleft"
         name="panel_picks" />
        <panel
         class="panel_notes"
         filename="panel_notes.xml"
         label="Notes &amp; Privacy"
         layout="topleft"
         name="panel_notes" />
    </tab_container>
</panel>