AutoCompleteTextView background/foreground color

后端 未结 7 845
再見小時候
再見小時候 2020-12-10 05:10

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

7条回答
  •  悲哀的现实
    2020-12-10 05:41

    i got my solution in slecting layout of "select_dialog_singlechoice ArrayAdapter s1= new ArrayAdapter (this,android.R.layout.select_dialog_singlechoice,state);enter image description here

    instead of get application context write "this" in ArrayAdapter<>;

    try using different layouts u will definately solve your queries

提交回复
热议问题