blob: 1c0b205c4f6668f4406e42c5f9bf9e964e55f72f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
mouse_opaque="true"
background_visible="true"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
follows="left|bottom|right"
height="33"
layout="topleft"
left="0"
name="bottom_tray_lite"
focus_root="true"
tab_stop="true"
top="28"
chrome="true"
border_visible="false"
visible="false"
width="1000">
<layout_stack
mouse_opaque="false"
border_size="0"
clip="false"
follows="all"
height="28"
layout="topleft"
left="0"
name="toolbar_stack_lite"
orientation="horizontal"
top="0"
width="1000">
<layout_panel
auto_resize="false"
min_width="2"
width="2" />
<layout_panel
mouse_opaque="false"
auto_resize="true"
height="28"
layout="topleft"
width="310"
min_width="188">
<panel
left="0"
filename="panel_nearby_chat_bar.xml"
follows="left|right"
top="4"
width="310"
name="nearby_chat"
mouse_opaque="false"/>
</layout_panel>
<layout_panel
mouse_opaque="false"
auto_resize="false"
follows="right"
height="28"
layout="topleft"
min_height="28"
width="82"
top_delta="0"
min_width="52"
name="gesture_panel">
<gesture_combo_list
follows="left|right"
height="23"
label="Gesture"
layout="topleft"
name="Gesture"
left="0"
top="5"
width="82"
tool_tip="Shows/hides gestures">
<gesture_combo_list.combo_button
pad_right="10"
use_ellipses="true" />
</gesture_combo_list>
</layout_panel>
<layout_panel
auto_resize="false"
min_width="3"
name="after_gesture_panel"
width="3"/>
</layout_stack>
</panel>
|