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

android, autocompletetextview

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.

Problem

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:

Original source