blob: aa5bfce2e9775d81b22afc598c49319669b8f4bd (
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" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="false"
help_topic="floater_twitter"
layout="topleft"
name="floater_twitter"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="TWITTER"
height="502"
width="304">
<panel
height="502"
width="304"
visible="true"
name="background"
follows="all"
top="0"
left="0">
<tab_container
name="tabs"
tab_group="1"
tab_min_width="70"
tab_height="30"
tab_position="top"
top="7"
height="457"
halign="center"
use_highlighting_on_hover="true">
<panel
filename="panel_twitter_photo.xml"
class="lltwitterphotopanel"
follows="all"
label="COMPOSE"
name="panel_twitter_photo"/>
<panel
filename="panel_twitter_account.xml"
class="lltwitteraccountpanel"
follows="all"
label="ACCOUNT"
name="panel_twitter_account"/>
</tab_container>
<panel
name="connection_status_panel"
follows="left|bottom|right"
height="24">
<text
name="connection_error_text"
type="string"
follows="left|bottom|right"
top="5"
left="9"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="DrYellow"
font="SansSerif">
Error
</text>
<loading_indicator
follows="left|bottom|right"
height="24"
width="24"
name="connection_loading_indicator"
top="2"
left="9"
visible="true"/>
<text
name="connection_loading_text"
type="string"
follows="left|bottom|right"
top="5"
left_pad="5"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="EmphasisColor"
font="SansSerif">
Loading...
</text>
</panel>
</panel>
</floater>
|