blob: 2c186fc52ecab4e556546afac5539a1e912d4f83 (
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
|
<panel
height="395"
width="304"
layout="topleft"
name="panel_social_place">
<layout_stack
layout="topleft"
border_size="0"
height="395"
follows="all"
orientation="vertical"
name="stack_place"
top="8">
<layout_panel
name="place_detail_panel"
height="122">
<text
length="1"
follows="top|left|right"
font="SansSerif"
height="16"
left="9"
name="place_caption_label"
top="1"
type="string">
Say something about where you are:
</text>
<text_editor
follows="top|left|right"
height="80"
right="-9"
left="9"
length="1"
max_length="700"
name="place_caption"
type="string"
word_wrap="true">
</text_editor>
</layout_panel>
<layout_panel
name="place_map_panel"
height="133">
<loading_indicator
follows="left|top"
height="24"
width="24"
name="map_loading_indicator"
top="57"
left="61"
visible="true"/>
<icon
follows="left|top"
height="128"
width="128"
image_name="Map_Placeholder_Icon"
layout="topleft"
top="5"
left="9"
visible="false"
name="map_placeholder">
</icon>
<check_box
follows="left|top"
initial_value="true"
top_delta="8"
width="8"
label=""
name="add_place_view_cb"
left_pad="5"/>
<text
follows="left|top"
font="SansSerif"
height="32"
width="130"
word_wrap="true"
left_pad="12"
top_delta="-8"
type="string">
Include overhead view of location
</text>
</layout_panel>
<layout_panel
name="place_button_panel"
height="96">
<button
follows="left|top"
top="40"
left="9"
height="23"
label="Post"
name="post_place_btn"
width="100">
<button.commit_callback
function="SocialSharing.SendCheckin" />
</button>
<button
follows="left|top"
height="23"
label="Cancel"
name="cancel_btn"
left_pad="15"
top_delta="0"
width="100">
<button.commit_callback
function="SocialSharing.Cancel" />
</button>
</layout_panel>
</layout_stack>
</panel>
|