I have an Autocompletetextview field. The problem is that in portrait view, in addition to the suggestions from my array that show up top, a bar pops up below with suggestions from a dictionary. I can’t seem to figure out how to disable those.
I have an Autocompletetextview field. The problem is that in portrait view, in addition
Share
In your XML try,
inputType="textNoSuggestions".From the Developer doc: