Home | History | Annotate | Download | only in layout

Lines Matching full:android

2 <!-- Copyright (C) 2007 The Android Open Source Project
17 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent">
22 android:orientation="vertical"
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content">
27 android:layout_width="wrap_content"
28 android:layout_height="wrap_content"
29 android:text="@string/autocomplete_3_button_1" />
32 android:layout_width="wrap_content"
33 android:layout_height="wrap_content"
34 android:text="@string/autocomplete_3_button_2" />
37 android:layout_width="wrap_content"
38 android:layout_height="wrap_content"
39 android:text="@string/autocomplete_3_button_3" />
42 android:layout_width="wrap_content"
43 android:layout_height="wrap_content"
44 android:text="@string/autocomplete_3_button_4" />
47 android:layout_width="wrap_content"
48 android:layout_height="wrap_content"
49 android:text="@string/autocomplete_3_button_5" />
52 android:layout_width="wrap_content"
53 android:layout_height="wrap_content"
54 android:text="@string/autocomplete_3_button_6" />
57 android:layout_width="wrap_content"
58 android:layout_height="wrap_content"
59 android:text="@string/autocomplete_3_button_7" />
62 android:layout_width="wrap_content"
63 android:layout_height="wrap_content"
64 android:text="@string/autocomplete_3_button_8" />
67 android:layout_width="wrap_content"
68 android:layout_height="wrap_content"
69 android:text="@string/autocomplete_3_button_1" />
72 android:layout_width="wrap_content"
73 android:layout_height="wrap_content"
74 android:text="@string/autocomplete_3_button_2" />
77 android:layout_width="wrap_content"
78 android:layout_height="wrap_content"
79 android:text="@string/autocomplete_3_button_3" />
82 android:layout_width="wrap_content"
83 android:layout_height="wrap_content"
84 android:text="@string/autocomplete_3_button_4" />
87 android:layout_width="wrap_content"
88 android:layout_height="wrap_content"
89 android:text="@string/autocomplete_3_button_5" />
92 android:layout_width="wrap_content"
93 android:layout_height="wrap_content"
94 android:text="@string/autocomplete_3_button_6" />
97 android:layout_width="wrap_content"
98 android:layout_height="wrap_content"
99 android:text="@string/autocomplete_3_button_7" />
102 android:layout_width="wrap_content"
103 android:layout_height="wrap_content"
104 android:text="@string/autocomplete_3_button_8" />
107 android:orientation="horizontal"
108 android:layout_width="match_parent"
109 android:layout_height="wrap_content">
112 android:layout_width="wrap_content"
113 android:layout_height="wrap_content"
114 android:text="@string/autocomplete_3_country" />
116 <AutoCompleteTextView android:id="@+id/edit"
117 android:layout_width="match_parent"
118 android:layout_height="wrap_content" />
123 android:layout_width="wrap_content"
124 android:layout_height="wrap_content"
125 android:text="@string/autocomplete_3_button" />
128 android:layout_width="wrap_content"
129 android:layout_height="wrap_content"
130 android:text="@string/autocomplete_3_button" />
133 android:layout_width="wrap_content"
134 android:layout_height="wrap_content"
135 android:text="@string/autocomplete_3_button" />
138 android:layout_width="wrap_content"
139 android:layout_height="wrap_content"
140 android:text="@string/autocomplete_3_button" />
143 android:layout_width="wrap_content"
144 android:layout_height="wrap_content"
145 android:text="@string/autocomplete_3_button" />
148 android:orientation="horizontal"
149 android:layout_width="match_parent"
150 android:layout_height="wrap_content">
153 android:layout_width="wrap_content"
154 android:layout_height="wrap_content"
155 android:text="@string/autocomplete_3_country" />
157 <AutoCompleteTextView android:id="@+id/edit2"
158 android:layout_width="match_parent"
159 android:layout_height="wrap_content" />