AutocompleteTextView is not working properly in ListView header
问题 Duplicating this question with some modifications, as I have new info So, from the beginning: I’ve got AutoCompleteTextView filled with ArrayAdapter: AutoCompleteTextView autoCompleteTextView = (AutoCompleteTextView) header.findViewById(R.id.auto_complete_text_view); autoCompleteTextView.setAdapter(new ArrayAdapter<>(this, android.R.layout.simple_dropdown_item_1line, arrayList)); header – inflated view: my AutoCompleteTextView is in ListView header XML: <AutoCompleteTextView android:layout