blob: e97535a3434d41bcebc2fd2112da774835337d0c [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="fill_parent"
19 android:layout_height="fill_parent">
20
21 <LinearLayout
22 android:orientation="vertical"
23 android:layout_width="fill_parent"
24 android:layout_height="wrap_content">
25
26 <Button
27 android:layout_width="wrap_content"
28 android:layout_height="wrap_content"
29 android:text="@string/autocomplete_3_button_1" />
30
31 <Button
32 android:layout_width="wrap_content"
33 android:layout_height="wrap_content"
34 android:text="@string/autocomplete_3_button_2" />
35
36 <Button
37 android:layout_width="wrap_content"
38 android:layout_height="wrap_content"
39 android:text="@string/autocomplete_3_button_3" />
40
41 <Button
42 android:layout_width="wrap_content"
43 android:layout_height="wrap_content"
44 android:text="@string/autocomplete_3_button_4" />
45
46 <Button
47 android:layout_width="wrap_content"
48 android:layout_height="wrap_content"
49 android:text="@string/autocomplete_3_button_5" />
50
51 <Button
52 android:layout_width="wrap_content"
53 android:layout_height="wrap_content"
54 android:text="@string/autocomplete_3_button_6" />
55
56 <Button
57 android:layout_width="wrap_content"
58 android:layout_height="wrap_content"
59 android:text="@string/autocomplete_3_button_7" />
60
61 <Button
62 android:layout_width="wrap_content"
63 android:layout_height="wrap_content"
64 android:text="@string/autocomplete_3_button_8" />
65
66 <Button
67 android:layout_width="wrap_content"
68 android:layout_height="wrap_content"
69 android:text="@string/autocomplete_3_button_1" />
70
71 <Button
72 android:layout_width="wrap_content"
73 android:layout_height="wrap_content"
74 android:text="@string/autocomplete_3_button_2" />
75
76 <Button
77 android:layout_width="wrap_content"
78 android:layout_height="wrap_content"
79 android:text="@string/autocomplete_3_button_3" />
80
81 <Button
82 android:layout_width="wrap_content"
83 android:layout_height="wrap_content"
84 android:text="@string/autocomplete_3_button_4" />
85
86 <Button
87 android:layout_width="wrap_content"
88 android:layout_height="wrap_content"
89 android:text="@string/autocomplete_3_button_5" />
90
91 <Button
92 android:layout_width="wrap_content"
93 android:layout_height="wrap_content"
94 android:text="@string/autocomplete_3_button_6" />
95
96 <Button
97 android:layout_width="wrap_content"
98 android:layout_height="wrap_content"
99 android:text="@string/autocomplete_3_button_7" />
100
101 <Button
102 android:layout_width="wrap_content"
103 android:layout_height="wrap_content"
104 android:text="@string/autocomplete_3_button_8" />
105
106 <LinearLayout
107 android:orientation="horizontal"
108 android:layout_width="fill_parent"
109 android:layout_height="wrap_content">
110
111 <TextView
112 android:layout_width="wrap_content"
113 android:layout_height="wrap_content"
114 android:text="@string/autocomplete_3_country" />
115
116 <AutoCompleteTextView android:id="@+id/edit"
117 android:layout_width="fill_parent"
118 android:layout_height="wrap_content" />
119
120 </LinearLayout>
121
122 <Button
123 android:layout_width="wrap_content"
124 android:layout_height="wrap_content"
125 android:text="@string/autocomplete_3_button" />
126
127 <Button
128 android:layout_width="wrap_content"
129 android:layout_height="wrap_content"
130 android:text="@string/autocomplete_3_button" />
131
132 <Button
133 android:layout_width="wrap_content"
134 android:layout_height="wrap_content"
135 android:text="@string/autocomplete_3_button" />
136
137 <Button
138 android:layout_width="wrap_content"
139 android:layout_height="wrap_content"
140 android:text="@string/autocomplete_3_button" />
141
142 <Button
143 android:layout_width="wrap_content"
144 android:layout_height="wrap_content"
145 android:text="@string/autocomplete_3_button" />
146
147 <LinearLayout
148 android:orientation="horizontal"
149 android:layout_width="fill_parent"
150 android:layout_height="wrap_content">
151
152 <TextView
153 android:layout_width="wrap_content"
154 android:layout_height="wrap_content"
155 android:text="@string/autocomplete_3_country" />
156
157 <AutoCompleteTextView android:id="@+id/edit2"
158 android:layout_width="fill_parent"
159 android:layout_height="wrap_content" />
160
161 </LinearLayout>
162
163 </LinearLayout>
164
165</ScrollView>