Search code examples
androidautocompletetextview

Items in the drop down list of AutoCompleteTextView are not visible. How to change their color..?


I have made an AutoCompletetextView. The items in the dropdown of AutoCompleteTextView are not visible. How to change the color of of those items.

This is how it looks:

enter image description here


Solution

  • Just to point out that by using android.R.layout.simple_dropdown_item_1line it will give you the same issue you encountered above. So you're better off just creating your own TextView in an .xml file.