How to add a custom adapter to an AutoCompleteTextView

前端 未结 6 1149
感情败类
感情败类 2021-02-14 08:35

Is there any simple way to set a 2 TextView dropdown to an AutoCompleteTextView.

There is android.R.layout.two_line_list_item Which I couldn\'t find any exa

6条回答
  •  旧时难觅i
    2021-02-14 09:14

    Always keep in mind that when you are customizing ArrayAdapter for your AutoCompleteTextView, you have to implement your own filtering method.

提交回复
热议问题