How to change the text color of dropdown in an AutoCompleteTextView?
问题 How can I change the text color in dropdown menu of an AutoCompleteTextView ? Or how can I change the background color of a dropdown, by default dropdown's background color is white. 回答1: you need to create custom adapter class for this, then you can set textview to this like. autoAdapter = new AutoAdapter(this, R.layout.autocompletelistview_test1, edittext); Here is autocompletelistview_test1 <?xml version="1.0" encoding="utf-8"?> <LinearLayoutxmlns:android="http://schemas.android.com/apk