Is it possible to remove / change the color of the separator in the AutoCompleteTextView popup? In ListView, I use the "delimiter" option, but I have not found one in AutoCompleteTextView.
Thank.
Use an adapter for your autocomplete. Then you can do something like this:
adapter.setDropDownViewResource(R.layout.spinner_dropdown_item);
Layout can be customized by you.
, , XML, ( SetDropDownViewResource). android: popupBackground autocompletetextview, .