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

<floater
  positioning="cascading"
  can_close="true"
  can_resize="false"
  help_topic="social floater"
  layout="topleft"
  name="floater_social"
  save_rect="true"
  single_instance="true"
  reuse_instance="true"
  title="FACEBOOK"
  height="437"
  width="304">
  <tab_container
   name="tabs"
   tab_group="1"
   tab_min_width="70"
   tab_height="30"
   tab_position="top"
   top="7"
   height="430"
   halign="center">
    <panel
     filename="panel_social_status.xml"
     class="llsocialstatuspanel"
     follows="all"
     background_visible="true"
     bg_alpha_color="DkGray"
     bg_opaque_color="DkGray"
     label="STATUS"
     help_topic="panel_social_status"
     name="panel_social_status"/>
    <panel
      filename="panel_social_photo.xml"
      class="llsocialphotopanel"
      follows="all"
      background_visible="true"
      bg_alpha_color="DkGray"
      bg_opaque_color="DkGray"
      label="PHOTO"
      help_topic="panel_social_photo"
      name="panel_social_photo"/>
    <panel
      filename="panel_social_place.xml"
      class="llsocialcheckinpanel"
      follows="all"
      background_visible="true"
      bg_alpha_color="DkGray"
      bg_opaque_color="DkGray"
      label="PLACE"
      help_topic="panel_social_place"
      name="panel_social_place"/>
  </tab_container>
  <panel
   name="connection_status_panel"
   follows="left|top"
   height="26"
   top_pad="-30">
   <text
     name="connection_error_text"
     type="string"
     follows="left|top"
     top="3"
     left="12"
     width="250"
     height="20"
     wrap="true"
     halign="left"
     valign="center"
     text_color="DrYellow"
     font="SansSerif">
     Error
   </text>
   <loading_indicator
     follows="left|top"
     height="24"
     width="24"
     name="connection_loading_indicator"
     top="0"
     left="9"
     visible="true"/>
   <text
     name="connection_loading_text"
     type="string"
     follows="left|top"
     top="3"
     left_pad="5"
     width="250"
     height="20"
     wrap="true"
     halign="left"
     valign="center"
     text_color="EmphasisColor"
     font="SansSerif">
     Loading...
   </text>
  </panel>
</floater>