I am working on AutoCompleteTextView.Its working fine but the dropdown text is always white text on white background. this picture explain my problem
picture explain
A tricky solution for this is: Add this line setTheme(android.R.style.Theme); before setContentView() in your activity file in which your autocompletetextview is present. Let me know if this works.
setContentView()