When AutoCompleteTextView displays the dropdown for text suggestions, the dropdown background color is black (or Holo Dark) while dropdown text is white. Since my app uses Holo Light theme, I wanted to invert this. I managed to change the dropdown background color by setting setDropDownBackgroundDrawable using Java Object but I couldn't find an option to change the text color of dropdown.
How can I change it?
How can I change it?