blob: e9eac2c9dc6f8c3c57fe42659d351a1d329ad6ad (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<side_tray
name="sidebar"
background_visible="false"
mouse_opaque="true"
width="305"
collapsed="true"
>
<sidetray_tab
name="sidebar_home"
tab_title="Home"
description="Home."
image="icn_voice-groupfocus.tga"
mouse_opaque="false"
background_opaque="false"
background_visible="true"
>
<panel
name="panel_home"
filename="panel_sidetray_home_tab.xml"
label="home"
border="true"
font="SansSerifBold"
/>
</sidetray_tab>
<sidetray_tab
name="sidebar_people"
tab_title="People"
description="Find your friends, contacts and people nearby."
image="TabIcon_People_Off"
mouse_opaque="false"
background_opaque="false"
background_visible="true"
>
<panel_container
name="panel_container"
>
<panel
class="panel_people"
name="panel_people"
filename="panel_people.xml"
border="true"
font="SansSerifBold"
/>
<panel
class="panel_profile_view"
name="panel_profile_view"
filename="panel_profile_view.xml"
border="true"
font="SansSerifBold"
/>
<panel
class="panel_group_info_sidetray"
name="panel_group_info_sidetray"
filename="panel_group_info_sidetray.xml"
label="Group Info"
border="true"
/>
</panel_container>
</sidetray_tab>
<sidetray_tab
name="sidebar_places"
tab_title="Places"
label="Places"
description="Find places to go and places you've been."
image="TabIcon_Places_Off"
mouse_opaque="false"
background_visible="true"
>
<panel
class="panel_places"
name="panel_places"
filename="panel_places.xml"
label="Places"
border="true"
/>
</sidetray_tab>
<sidetray_tab
name="sidebar_me"
tab_title="My Profile"
description="Change your profile, your look and quick links to your outfits."
image="TabIcon_Me_Off"
mouse_opaque="false"
background_visible="true"
>
<panel
class="panel_me_profile_view"
name="panel_me_profile"
filename="panel_me_profile.xml"
label="My Profile"
border="true"
font="SansSerifBold"
/>
</sidetray_tab>
<sidetray_tab
name="sidebar_appearance"
tab_title="Appearance"
description="Change your looks and appearance."
image="TabIcon_Appearance_Off"
mouse_opaque="false"
background_opaque="false"
background_visible="true"
bg_opaque_color="0.5 0.5 0.5 1.0"
>
<panel
class="panel_appearance"
name="panel_appearance"
filename="panel_appearance.xml"
border="true"
/>
</sidetray_tab>
</side_tray>
|