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
I solved this issue by doing a simple tricky Way,
Just change the Theme of your activity declared in your AndroidManifest.xml as,
and in the Activity as follows,
ArrayAdapter adapter = new ArrayAdapter (getActivity(), android.R.layout.select_dialog_item, arraylist);