Using AutoCompleteTextView, it creates a drop-down list from the field EditText. However, if you rotate the phone to landscape, it uses a horizontal scroll list to autofill.
Some devices that have autocomplete on their keyboard use this horizontal scroll list.
Is there any way to use this view instead of the drop-down list in portrait mode? If it is not, can it be customized?
thank
source
share