blob: d32952b04fa3b5277843bdef716a6c3b89de535c (
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
*TODO: Replace hardcoded buttons width/height with getting this info from the button images.
Currently that doesn't work because LLUIImage::getWidth/getHeight() return 1 for the images.
-->
<location_input font="SansSerifSmall"
add_landmark_image_enabled="Favorite_Star_Active"
add_landmark_image_disabled="Favorite_Star_Off"
add_landmark_image_hover="Favorite_Star_Over"
add_landmark_image_selected="Favorite_Star_Press"
add_landmark_hpad="12"
icon_hpad="2"
allow_text_entry="true"
list_position="below"
show_text_as_tentative="false"
max_chars="20"
follows="left|top"
allow_new_values="true"
>
<info_button name="Place Information"
width="16"
height="16"
follows="left|top"
hover_glow_amount="0.15"
image_unselected="Info_Off"
image_selected="Info_Off"
image_disabled_selected="Info_Off"
image_disabled="Info_Off" />
<add_landmark_button name="Add Landmark"
hover_glow_amount="0.15"
image_hover_selected="Favorite_Star_Over"
image_hover_unselected="Favorite_Star_Over"
width="18"
height="18"
follows="right|top"
scale_image="false"
top="19"
left="-3" />
<for_sale_button
name="for_sale_btn"
image_unselected="parcel_lght_ForSale"
image_selected="parcel_lght_ForSale"
width="22"
height="18"
follows="right|top"
scale_image="false"
top="21"
/>
<voice_icon
name="voice_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_VoiceNo"
/>
<fly_icon
name="fly_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_FlyNo"
/>
<push_icon
name="push_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_PushNo"
/>
<build_icon
name="build_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_BuildNo"
/>
<scripts_icon
name="scripts_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_ScriptsNo"
/>
<!-- NOTE: Placeholder icon, there is no dark grayscale version -->
<damage_icon
name="damage_icon"
width="22"
height="18"
top="21"
follows="right|top"
image_name="parcel_lght_Damage"
/>
<!-- Default text color is invisible on top of nav bar background -->
<damage_text
name="damage_text"
width="35"
height="18"
top="16"
follows="right|top"
halign="right"
font="SansSerifSmall"
text_color="TextFgColor"
/>
<combo_button name="Location History"
label=""
pad_right="0"/>
<combo_list bg_writeable_color="MenuDefaultBgColor" page_lines="10"
scroll_bar_bg_visible="true" />
<combo_editor name="Combo Text Entry"
text_pad_left="22"
select_on_focus="false"
font="SansSerifSmall"
bevel_style="none"
border_style="line"
border.border_thickness="0"/>
</location_input>
|