|
22 | 22 | android:id="@+id/nameEditText"
|
23 | 23 | android:singleLine="true"
|
24 | 24 | android:hint=""
|
| 25 | + android:imeOptions="actionDone" |
25 | 26 | android:inputType="textNoSuggestions"
|
26 | 27 | android:layout_marginBottom="10px"
|
27 | 28 | android:layout_width="match_parent"
|
|
46 | 47 | android:id="@+id/ageEditText"
|
47 | 48 | android:singleLine="true"
|
48 | 49 | android:inputType="number"
|
| 50 | + android:imeOptions="actionDone" |
49 | 51 | android:layout_marginBottom="10px"
|
50 | 52 | android:layout_width="match_parent"
|
51 | 53 | android:layout_height="wrap_content" />
|
|
92 | 94 | android:nextFocusDown="@+id/locationYearsEditText"
|
93 | 95 | android:id="@+id/locationEditText"
|
94 | 96 | android:singleLine="true"
|
| 97 | + android:imeOptions="actionDone" |
95 | 98 | android:layout_marginBottom="10px"
|
96 | 99 | android:inputType="textNoSuggestions"
|
97 | 100 | android:layout_width="match_parent"
|
|
115 | 118 | android:nextFocusDown="@+id/autocomplete_first_language"
|
116 | 119 | android:singleLine="true"
|
117 | 120 | android:inputType="number"
|
| 121 | + android:imeOptions="actionDone" |
118 | 122 | android:layout_width="match_parent"
|
119 | 123 | android:layout_height="wrap_content" />
|
120 | 124 | </LinearLayout>
|
|
140 | 144 | <AutoCompleteTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
141 | 145 | android:id="@+id/autocomplete_first_language"
|
142 | 146 | android:nextFocusDown="@+id/autocomplete_second_language"
|
| 147 | + android:imeOptions="actionDone" |
143 | 148 | android:singleLine="true"
|
144 | 149 | android:layout_width="fill_parent"
|
145 | 150 | android:layout_height="wrap_content" />
|
|
159 | 164 | <AutoCompleteTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
160 | 165 | android:id="@+id/autocomplete_second_language"
|
161 | 166 | android:nextFocusDown="@+id/autocomplete_third_language"
|
| 167 | + android:imeOptions="actionDone" |
162 | 168 | android:singleLine="true"
|
163 | 169 | android:layout_width="fill_parent"
|
164 | 170 | android:layout_height="wrap_content" />
|
|
185 | 191 | <AutoCompleteTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
186 | 192 | android:id="@+id/autocomplete_third_language"
|
187 | 193 | android:nextFocusDown="@+id/autocomplete_other_languages"
|
| 194 | + android:imeOptions="actionDone" |
188 | 195 | android:singleLine="true"
|
189 | 196 | android:layout_width="fill_parent"
|
190 | 197 | android:layout_height="wrap_content" />
|
|
203 | 210 |
|
204 | 211 | <AutoCompleteTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
205 | 212 | android:id="@+id/autocomplete_other_languages"
|
| 213 | + android:imeOptions="actionDone" |
206 | 214 | android:singleLine="true"
|
207 | 215 | android:layout_width="fill_parent"
|
208 | 216 | android:layout_height="wrap_content" />
|
|
0 commit comments