I used an AutoCompleteTextView in my android app and it is working correctly. The only problem I am facing is that the color of the suggestions is white by default that is i
if anyone still have the same issue
This worked for me
autocompleteF.setBackgroundColor(color.black);