summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
blob: a85662603d4b1da715f6b17e5a8ff99a5a8a1f4e (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->

<panel
  name="home_tab"
  title="home_tab"
  visible="true"
  width="300"
  height="420"
  background_opaque="false"
  background_visible="true"
  bevel_style="in"
  follows="left|top|right|bottom">
		<panel 
			left="10" width="280" height="130" 
			background_visible="true" 
			background_opaque="false" 
			bg_alpha_color="0.3 0.3 0.3 1.0" 
			name="sidebar_people"
			follows="left|top|right"
			class="panel_sidetray_home_info">
    			<text
        			top="-10" width="200" left="5" height="30" follows="left|right|top"
        			font="SansSerifHugeBold" text_color="white" word_wrap="true"
        			mouse_opaque="false" name="tab_name" >
					People
    			</text>
    			<icon
      				top="-10" right="-10" width="20" height="20" follows="top|right"
      				color="1 1 1 1" enabled="true" image_name="icn_voice-groupfocus.tga"
      				mouse_opaque="false" name="tab_icon"/>
  				<text
      				top="-40" left="10" right="-10" height="120" follows="left|right|bottom"
      				font="SansSerifBig" text_color="white" word_wrap="true"
      				mouse_opaque="false" name="tab_description" >    
					Find your friends, contacts and people nearby.
  				</text>
		</panel> 
		<panel 
			left="10" width="280" height="130" 
			background_visible="true" 
			background_opaque="false" 
			bg_alpha_color="0.3 0.3 0.3 1.0" 
			name="sidebar_places"
			follows="left|top|right"
			class="panel_sidetray_home_info">
    			<text
        			top="-10" width="200" left="5" height="30" follows="left|right|top"
        			font="SansSerifHugeBold" text_color="white" word_wrap="true"
        			mouse_opaque="false" name="tab_name" >
					Places
    			</text>
    			<icon
      				top="-10" right="-10" width="20" height="20" follows="top|right"
      				color="1 1 1 1" enabled="true" image_name="inv_item_landmark.tga"
      				mouse_opaque="false" name="tab_icon"/>
  				<text
      				top="-40" left="10" right="-10" height="120" follows="left|right|bottom|top"
      				font="SansSerifBig" text_color="white" word_wrap="true"
      				mouse_opaque="false" name="tab_description" >    
					Find your friends, contacts and people nearby.
  				</text>
		</panel> 
		<panel 
			left="10" width="280" height="130" 
			background_visible="true" 
			background_opaque="false" 
			bg_alpha_color="0.3 0.3 0.3 1.0" 
			name="sidebar_me"
			follows="left|top|right"
			class="panel_sidetray_home_info">
    			<text
        			top="-10" width="200" left="5" height="30" follows="left|right|top"
        			font="SansSerifHugeBold" text_color="white" word_wrap="true"
        			mouse_opaque="false" name="tab_name" >
					Me
    			</text>
    			<icon
      				top="-10" right="-10" width="20" height="20" follows="top|right"
      				color="1 1 1 1" enabled="true" image_name="icn_voice-pvtfocus.tga"
      				mouse_opaque="false" name="tab_icon"/>
  				<text
      				top="-40" left="10" right="-10" height="120" follows="left|right|bottom"
      				font="SansSerifBig" text_color="white" word_wrap="true"
      				mouse_opaque="false" name="tab_description" >    
					Change your profile, your look and quick links to your outfits.
  				</text>
		</panel> 
</panel>